Skip to content
This repository has been archived by the owner on Feb 25, 2023. It is now read-only.

Commit

Permalink
Merge pull request #37 from toasted-nutbread/update-vs-rules
Browse files Browse the repository at this point in the history
Update how suru verb rules are detected
  • Loading branch information
FooSoft authored Aug 20, 2022
2 parents 2168659 + 77d5d2d commit 9222417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edict.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func jmdictBuildRules(term *dbTerm) {
default:
if strings.HasPrefix(tag, "v5") {
term.addRules("v5")
} else if strings.HasPrefix(tag, "vs") {
} else if strings.HasPrefix(tag, "vs-") {
term.addRules("vs")
}
}
Expand Down

0 comments on commit 9222417

Please sign in to comment.