summaryrefslogtreecommitdiff
path: root/examples/tutorial/foods/FoodsIta.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tutorial/foods/FoodsIta.gf')
-rw-r--r--examples/tutorial/foods/FoodsIta.gf2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tutorial/foods/FoodsIta.gf b/examples/tutorial/foods/FoodsIta.gf
index d46bf469d..0099058d0 100644
--- a/examples/tutorial/foods/FoodsIta.gf
+++ b/examples/tutorial/foods/FoodsIta.gf
@@ -3,7 +3,7 @@
concrete FoodsIta of Foods = open Prelude in {
lincat
- Phr = SS ;
+ Phrase = SS ;
Quality = {s : Gender => Number => Str} ;
Kind = {s : Number => Str ; g : Gender} ;
Item = {s : Str ; g : Gender ; n : Number} ;