typo in Constructors

This commit is contained in:
aarne
2010-12-23 11:57:51 +00:00
parent b2b6def050
commit f2c57d32bd

View File

@@ -680,7 +680,7 @@ incomplete resource Constructors = open Grammar in { --%
we_NP : NP -- we
= mkNP we_Pron ;
youPl_NP : NP -- you (plural)
= mkNP she_Pron ;
= mkNP youPl_Pron ;
they_NP : NP -- they
= mkNP they_Pron ;