why do normal people count from 1
This commit is contained in:
parent
eb6782f4b3
commit
1a374f77dd
4 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue