some doc fixes

This commit is contained in:
aarne
2005-05-17 16:25:50 +00:00
parent 19a8053aee
commit f7e0eefcde
2 changed files with 2 additions and 2 deletions

View File

@@ -1020,7 +1020,7 @@ The paradigms <tt>regNoun</tt> does not give the correct forms for
all nouns. For instance, <i>louse - lice</i> and
<i>fish - fish</i> must be given by using <tt>mkNoun</i>.
Also the word <i>boy</i> would be inflected incorrectly; to prevent
this, either use <tt>mkNoun</i> or modify
this, either use <tt>mkNoun</tt> or modify
<tt>regNoun</tt> so that the <tt>"y"</tt> case does not
apply if the second-last character is a vowel.