Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
khaitruong922 committed Aug 29, 2024
1 parent 0bd3f3d commit 92db6c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ext/js/language/ja/japanese-transforms.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const conditions = {
isDictionaryForm: false,
},
'v5s': {
name: 'Godan verb, short causative (sasu) form',
name: 'Godan verb, short causative form',
isDictionaryForm: false,
},
'vk': {
Expand Down
2 changes: 1 addition & 1 deletion test/language/japanese-transforms.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1241,7 +1241,7 @@ const tests = [
tests: [
{term: '食べる', source: '食べて', rule: null, reasons: ['-te', '-teiru', 'continuative']},
{term: 'なる', source: 'なりません', rule: null, reasons: ['-masu', 'potential', '-n']},
{term: '食べる', source: '食べさせられる', rule: null, reasons: ['short causative', 'potential', 'potential or passive']}
{term: '食べる', source: '食べさせられる', rule: null, reasons: ['short causative', 'potential', 'potential or passive']},
],
},
// Kansai-ben
Expand Down

0 comments on commit 92db6c1

Please sign in to comment.