diff options
Diffstat (limited to 'examples/phrasebook/SentencesI.gf')
| -rw-r--r-- | examples/phrasebook/SentencesI.gf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/phrasebook/SentencesI.gf b/examples/phrasebook/SentencesI.gf index ae4b281bb..528ea8584 100644 --- a/examples/phrasebook/SentencesI.gf +++ b/examples/phrasebook/SentencesI.gf @@ -34,7 +34,7 @@ incomplete concrete SentencesI of Sentences = Numeral ** Action = Cl ; Person = NPPerson ; -- {name : NP ; isPron : Bool ; poss : Quant} ; Nationality = NPNationality ; -- {lang : NP ; country : NP ; prop : A} ; - Language = NP ; + LAnguage = NP ; Citizenship = A ; Country = NP ; Day = NPDay ; -- {name : NP ; point : Syntax.Adv ; habitual : Syntax.Adv} ; |
