summaryrefslogtreecommitdiff
path: root/examples/phrasebook/SentencesI.gf
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2014-06-18 15:38:11 +0000
committeraarne <aarne@chalmers.se>2014-06-18 15:38:11 +0000
commit28e50b0f5f6c2c39ec1545786b1234616fe95e2c (patch)
treea845d4c97e06c605a2174ddf077df05252988bc9 /examples/phrasebook/SentencesI.gf
parentfa33096e6d6832e45d73d3afc7b124a95e9d8244 (diff)
quick hack: changed cat name Language to LAnguage in Phrasebook to avoid clash with Construction.Language in App
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 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} ;