From: Kevin Day Date: Sat, 31 Aug 2024 23:42:43 +0000 (-0500) Subject: Cleanup: Fix bad grammar in function documentation comments. X-Git-Tag: 0.6.12~17 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=3d82d06bdcb96ef4226a78111b7f6e5e359febab;p=fll Cleanup: Fix bad grammar in function documentation comments. --- diff --git a/level_0/f_fss/c/fss.h b/level_0/f_fss/c/fss.h index b672282..5a5b24c 100644 --- a/level_0/f_fss/c/fss.h +++ b/level_0/f_fss/c/fss.h @@ -345,7 +345,7 @@ extern "C" { /** * Skip past all white space, control characters, and zero-width characters, except newline '\n' (U+000A). * - * If the first character in the given range is a combining character, then because this will not skip past anything. + * If the first character in the given range is a combining character, then this will not skip past anything. * This is because combining characters apply from right to left. * * @param state