summaryrefslogtreecommitdiff
path: root/examples/phrasebook/SentencesI.gf
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2010-09-03 09:02:00 +0000
committeraarne <aarne@chalmers.se>2010-09-03 09:02:00 +0000
commit9fc58ce0e7c00e5207d72225430bde9817c76bb0 (patch)
treee30143324ddf7df20bb83d3944cc89cff2a5a964 /examples/phrasebook/SentencesI.gf
parent1527d470ecadbf4828e7ad158b58a80aef064635 (diff)
kein Deutsch and some other Phrasebook fixes
Diffstat (limited to 'examples/phrasebook/SentencesI.gf')
-rw-r--r--examples/phrasebook/SentencesI.gf2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/phrasebook/SentencesI.gf b/examples/phrasebook/SentencesI.gf
index e123eed97..415682e4e 100644
--- a/examples/phrasebook/SentencesI.gf
+++ b/examples/phrasebook/SentencesI.gf
@@ -102,7 +102,7 @@ incomplete concrete SentencesI of Sentences = Numeral **
ThePlace kind = let dd = if_then_else Det kind.isPl thePl_Det theSg_Det
in placeNP dd kind ;
- APlace kind = let dd = if_then_else Det kind.isPl thePl_Det theSg_Det
+ APlace kind = let dd = if_then_else Det kind.isPl aPl_Det aSg_Det
in placeNP dd kind ;
IMale, IFemale = mkPerson i_Pron ;