mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-16 00:09:31 -06:00
typo in imports of SentencesPes corrected
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
concrete SentencesPes of Sentences = NumeralUrd ** SentencesI - [sing,NNumeral,ObjPlural,MCan,MKnow,MMust,V2Wait,VWait] with
|
||||
concrete SentencesPes of Sentences = NumeralPes ** SentencesI - [sing,NNumeral,ObjPlural,MCan,MKnow,MMust,V2Wait,VWait] with
|
||||
(Syntax = SyntaxPes),
|
||||
(Symbolic = SymbolicPes),
|
||||
(Lexicon = LexiconPes) **
|
||||
{
|
||||
lin ObjPlural k = mkNP k ;
|
||||
};;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user