mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
typo in Constructors
This commit is contained in:
@@ -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 ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user