summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/phrasebook/SentencesPes.gf4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/phrasebook/SentencesPes.gf b/examples/phrasebook/SentencesPes.gf
index e84a09015..32a181473 100644
--- a/examples/phrasebook/SentencesPes.gf
+++ b/examples/phrasebook/SentencesPes.gf
@@ -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 ;
- };;
+ };