Skip to content

Commit

Permalink
Fixing logic in isNonNounVerbOrAdjective function
Browse files Browse the repository at this point in the history
  • Loading branch information
arbyste committed Jan 23, 2024
1 parent 6ba1ffe commit f9522be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/js/dictionary/dictionary-data-util.js
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ export class DictionaryDataUtil {
case 'vs':
isVerbOrAdjective = true;
isSuruVerb = true;
break;
// falls through
case 'n':
isNoun = true;
break;
Expand Down

0 comments on commit f9522be

Please sign in to comment.