Skip to content

Commit

Permalink
issue is no longer relevant
Browse files Browse the repository at this point in the history
  • Loading branch information
cqb13 committed Mar 6, 2024
1 parent 66ff40f commit 675711b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/translators/latin_to_english/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ pub fn find_form(latin_word: &str, reduced: bool) -> Option<Vec<LatinTranslation
output
}

//??? weird issue, when word searched alone, 1 result but when with others, different result ("cur" vs "cur sum hic")
fn check_stems(
latin_word: &str,
latin_word_inflections: &Vec<Inflection>,
Expand Down

0 comments on commit 675711b

Please # to comment.