Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/keenwrite.git

Simplify comment

AuthorDaveJarvis <email>
Date2022-11-06 15:52:02 GMT-0800
Commitcfb12e1f553e6ef6167e337e958b51cdc89e2ba1
Parent5ea4d54
Delta1 line added, 2 lines removed, 1-line decrease
R/pluralize.R
# Rule 13
#
-# Otherwise add -es if ending in -s; otherwise, append -s (e.g., tennis,
-# lychnis, penis, and other singular forms).
+# Add -es if ending in -s (e.g., tennis, lychnis); otherwise, add -s.
# -----------------------------------------------------------------------------
pluralize_regular <- function( word ) {