From: Kevin Day Date: Sat, 31 Aug 2024 23:42:52 +0000 (-0500) Subject: Cleanup: Fix bad grammar in function documentation comments. X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=c82c587107b10c928f495a6b18e686418514e26d;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 51c632c..e93b974 100644 --- a/level_0/f_fss/c/fss.h +++ b/level_0/f_fss/c/fss.h @@ -366,7 +366,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 buffer