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

index 51c632c04853e5a8ec424c5e65e5ebd3ffbada50..e93b97496c62531feba85acabf3e39f254554a0d 100644 (file)
@@ -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