typo in imports of SentencesPes corrected

This commit is contained in:
aarne
2017-01-30 22:17:00 +00:00
parent 0e49c28e5b
commit 65d1867fe3

View File

@@ -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 ;
};;
};