why do normal people count from 1

This commit is contained in:
jojii 2021-02-08 00:24:39 +01:00
parent eb6782f4b3
commit 1a374f77dd
4 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 82 KiB

View file

@ -2,7 +2,7 @@
A very simple cli tool to look up Japanese words using jisho.org's API
<br>
<img src=".img/hV3BeXWDTmREm8ujOkR3v6902.png"/>
<img src=".img/hV3BeXWDTmREm8ujOkR3v6901.png"/>
# Installation

View file

@ -92,7 +92,7 @@ fn format_sense(value: &Value, index: usize) -> String {
format!(
"{}. {} {}",
index,
index + 1,
value_to_str(english_definiton.get(0).unwrap()),
tags
)