From bccfe9d8e12ba024c745cd533f73987439c76499 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 13 Oct 2017 19:41:58 -0700 Subject: Changed tokenizing to treat symbols as their own things. --- lib/plurals.nom | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/plurals.nom') 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 %"] -- cgit v1.2.3