1
0
Fork 0

Cleanup: Fix comment for only one form (#9012)

pull/9016/head
TELK 2021-04-11 19:48:51 +09:00 committed by GitHub
parent f9460c0c8b
commit fdc8230dfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -534,7 +534,7 @@ static int DeterminePluralForm(int64 count, int plural_form)
/* Only one form. /* Only one form.
* Used in: * Used in:
* Hungarian, Japanese, Korean, Turkish */ * Hungarian, Japanese, Turkish */
case 1: case 1:
return 0; return 0;