summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2017-01-30 22:17:00 +0000
committeraarne <aarne@chalmers.se>2017-01-30 22:17:00 +0000
commit65d1867fe3c6e8c336a8ea04fad7d5ec23dbf776 (patch)
tree9ce1c281e543c9213f5d50571639962339a1e74a /examples
parent0e49c28e5bfcf438818aca731071fdf707a3e2ce (diff)
typo in imports of SentencesPes corrected
Diffstat (limited to 'examples')
-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 ;
- };;
+ };