commit 5a8df31405f94964c92f177d77226d41e6bb2f1f
Author:     Laslo Hunhold <[email protected]>
AuthorDate: Fri Jun 10 22:18:56 2022 +0200
Commit:     Laslo Hunhold <[email protected]>
CommitDate: Fri Jun 10 22:18:56 2022 +0200

    Fix comment in src/sentence.c
    
    Signed-off-by: Laslo Hunhold <[email protected]>

diff --git a/src/sentence.c b/src/sentence.c
index 3d7e192..bf2697c 100644
--- a/src/sentence.c
+++ b/src/sentence.c
@@ -76,7 +76,7 @@ next_sentence_break(const void *str, size_t len, size_t 
(*get_codepoint)
         *
         * It is further complicated by the fact that the algorithm
         * expects you to skip certain characters for the second
-        * half of the rules (after WB4). Thus, we do not only have
+        * half of the rules (after SB5). Thus, we do not only have
         * the "raw" properties as described above, but also the "skip"
         * properties, where the skip.a and skip.b, for instance,
         * give the two preceding character properties behind the

Reply via email to