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

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
)