From c82c587107b10c928f495a6b18e686418514e26d Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Sat, 31 Aug 2024 18:42:52 -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 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 -- 1.8.3.1