summaryrefslogtreecommitdiff
path: root/next-lib/src/parse
diff options
context:
space:
mode:
Diffstat (limited to 'next-lib/src/parse')
-rw-r--r--next-lib/src/parse/ParseEng.gf2
1 files changed, 1 insertions, 1 deletions
diff --git a/next-lib/src/parse/ParseEng.gf b/next-lib/src/parse/ParseEng.gf
index b01906f76..f8060533b 100644
--- a/next-lib/src/parse/ParseEng.gf
+++ b/next-lib/src/parse/ParseEng.gf
@@ -111,7 +111,7 @@ lin
VerbCN v cn = {s = \\n,c => v.s ! VPresPart ++ cn.s ! n ! c; g = cn.g};
NumOfNP num np = {
- s = \\c => num.s ++ "of" ++ np.s ! c ;
+ s = \\c => num.s ! Nom ++ "of" ++ np.s ! c ;
a = agrP3 num.n
} ;