]> gitweb.factorcode.org Git - factor.git/commitdiff
fix typo in basis/english/english-docs.factor
authorSurav Shrestha <suravkshrestha@gmail.com>
Thu, 19 Oct 2023 16:18:01 +0000 (22:03 +0545)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 19 Oct 2023 16:28:14 +0000 (09:28 -0700)
basis/english/english-docs.factor

index 7d51c6a891995a776f3431494a3bcabb69d67b66..a6a092d8edca2f3d506dffca3e7fb6febb76a0be 100644 (file)
@@ -65,7 +65,7 @@ HELP: singular?
 HELP: pluralize
 { $values { "word" string } { "plural" string } }
 { $description "Determine the plural form of the input English word. If the input is already plural, it " { $emphasis "might" } " be returned unchanged." }
-{ $notes { $list { "If the input is already in plural form, an invaid construct such as " { $emphasis "friendses" } " may be generated. This is difficult to avoid due to the unpredictable structure of the English language." } $keep-case } }
+{ $notes { $list { "If the input is already in plural form, an invalid construct such as " { $emphasis "friendses" } " may be generated. This is difficult to avoid due to the unpredictable structure of the English language." } $keep-case } }
 { $examples
     { $example
         "USING: english io ;"