diff options
Diffstat (limited to 'examples/peacekeeping/PeacePhrases.gf')
| -rw-r--r-- | examples/peacekeeping/PeacePhrases.gf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/peacekeeping/PeacePhrases.gf b/examples/peacekeeping/PeacePhrases.gf index b44ddd2da..e883e9e19 100644 --- a/examples/peacekeeping/PeacePhrases.gf +++ b/examples/peacekeeping/PeacePhrases.gf @@ -1,9 +1,9 @@ -abstract PeacePhrases = Cat ** { +abstract PeacePhrases = PeaceCat ** { fun - Hello : Phr ; - GoodMorning : Phr ; - GoodEvening : Phr ; - WhatIsNamePron : Pron -> Phr ; + Hello : Phrase ; + GoodMorning : Phrase ; + GoodEvening : Phrase ; + WhatIsNamePron : Pron -> Phrase ; }
\ No newline at end of file |
