From 3d82d06bdcb96ef4226a78111b7f6e5e359febab Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Sat, 31 Aug 2024 18:42:43 -0500 Subject: [PATCH] Cleanup: Fix bad grammar in function documentation comments. --- level_0/f_fss/c/fss.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.8.3.1