diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2017-10-13 19:41:58 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2017-10-13 19:41:58 -0700 |
| commit | bccfe9d8e12ba024c745cd533f73987439c76499 (patch) | |
| tree | c2df6f49a9a6ddae962140848da02fd446b50d4b /lib/plurals.nom | |
| parent | 56f014a4884d7df387ff2ffa34fa95f1cc8b1f16 (diff) | |
Changed tokenizing to treat symbols as their own things.
Diffstat (limited to 'lib/plurals.nom')
| -rw-r--r-- | lib/plurals.nom | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/plurals.nom b/lib/plurals.nom index 347c2e7..da0fa4d 100644 --- a/lib/plurals.nom +++ b/lib/plurals.nom @@ -29,7 +29,7 @@ with secrets: rule [plural %singular] =: %singular in (secret %plurals) - rule [canonicalize %item-name] =: - %item-name in (secret %canonicals) + rule [canonicalize %item_name] =: + %item_name in (secret %canonicals) rule [rules that change plurals] =: ["the plural of % is %"] |
