mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-22 01:22:51 -06:00
typo in Constructors
This commit is contained in:
@@ -680,7 +680,7 @@ incomplete resource Constructors = open Grammar in { --%
|
|||||||
we_NP : NP -- we
|
we_NP : NP -- we
|
||||||
= mkNP we_Pron ;
|
= mkNP we_Pron ;
|
||||||
youPl_NP : NP -- you (plural)
|
youPl_NP : NP -- you (plural)
|
||||||
= mkNP she_Pron ;
|
= mkNP youPl_Pron ;
|
||||||
they_NP : NP -- they
|
they_NP : NP -- they
|
||||||
= mkNP they_Pron ;
|
= mkNP they_Pron ;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user