From c9264a4e1f439d9c82d75aff60dd053008f3d3ca Mon Sep 17 00:00:00 2001 From: aarne Date: Sat, 17 Dec 2005 12:32:15 +0000 Subject: progress in tutorial --- doc/tutorial/Gatherer.gf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/tutorial/Gatherer.gf') 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 -- cgit v1.2.3