From f7e0eefcdea238bc315d29020939145de8fa1b60 Mon Sep 17 00:00:00 2001 From: aarne Date: Tue, 17 May 2005 16:25:50 +0000 Subject: [PATCH] some doc fixes --- doc/gf-index.html | 2 +- doc/tutorial/gf-tutorial2.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/gf-index.html b/doc/gf-index.html index d4a406f4d..3ac247222 100644 --- a/doc/gf-index.html +++ b/doc/gf-index.html @@ -196,7 +196,7 @@ on editing in the Java interface.
  • - New Grammarian's Tutorial, + New Grammarian's Tutorial, based on the module system (unfinished). More up-to-date but ess detailed than the next one. diff --git a/doc/tutorial/gf-tutorial2.html b/doc/tutorial/gf-tutorial2.html index 1ef8a7f44..50bf2edef 100644 --- a/doc/tutorial/gf-tutorial2.html +++ b/doc/tutorial/gf-tutorial2.html @@ -1020,7 +1020,7 @@ The paradigms regNoun does not give the correct forms for all nouns. For instance, louse - lice and fish - fish must be given by using mkNoun. Also the word boy would be inflected incorrectly; to prevent -this, either use mkNoun or modify +this, either use mkNoun or modify regNoun so that the "y" case does not apply if the second-last character is a vowel.