]> Kevux Git Server - fll/commitdiff
Cleanup: Fix bad grammar in function documentation comments.
authorKevin Day <Kevin@kevux.org>
Sat, 31 Aug 2024 23:42:43 +0000 (18:42 -0500)
committerKevin Day <Kevin@kevux.org>
Sat, 31 Aug 2024 23:42:43 +0000 (18:42 -0500)
level_0/f_fss/c/fss.h

index b672282307b4955f6f10279f9e68556dbc2ae0ab..5a5b24c79840722c2d588dc161e797b6b432177e 100644 (file)
@@ -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