commit faaf0019b4772e3a76e20d5d14ed3bc15fc0af3e
Author:     Laslo Hunhold <[email protected]>
AuthorDate: Fri Jun 10 22:20:21 2022 +0200
Commit:     Laslo Hunhold <[email protected]>
CommitDate: Fri Jun 10 22:20:21 2022 +0200

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

diff --git a/src/sentence.c b/src/sentence.c
index bf2697c..b26e42a 100644
--- a/src/sentence.c
+++ b/src/sentence.c
@@ -64,7 +64,7 @@ next_sentence_break(const void *str, size_t len, size_t 
(*get_codepoint)
 
        /*
         * Apply sentence breaking algorithm (UAX #29), see
-        * https://unicode.org/reports/tr29/#Word_Boundary_Rules
+        * https://unicode.org/reports/tr29/#Sentence_Boundary_Rules
         *
         * There are 4 slots (a, b, c, d) of "break" properties and
         * we check if there is a break in the middle between b and c.

Reply via email to