summaryrefslogtreecommitdiff
path: root/doc/tutorial/Gatherer.gf
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tutorial/Gatherer.gf')
-rw-r--r--doc/tutorial/Gatherer.gf4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tutorial/Gatherer.gf b/doc/tutorial/Gatherer.gf
index 254a46ec0..4ef16485a 100644
--- a/doc/tutorial/Gatherer.gf
+++ b/doc/tutorial/Gatherer.gf
@@ -1,5 +1,5 @@
abstract Gatherer = Paleolithic, Fish, Mushrooms ** {
fun
- UseFish : Fish -> CN ;
- UseMushroom : Mushroom -> CN ;
+ FishCN : Fish -> CN ;
+ MushroomCN : Mushroom -> CN ;
} \ No newline at end of file