commit faaf0019b4772e3a76e20d5d14ed3bc15fc0af3e
Author: Laslo Hunhold <dev_AT_frign.de>
AuthorDate: Fri Jun 10 22:20:21 2022 +0200
Commit: Laslo Hunhold <dev_AT_frign.de>
CommitDate: Fri Jun 10 22:20:21 2022 +0200
Fix link in src/sentence.c
Signed-off-by: Laslo Hunhold <dev_AT_frign.de>
diff --git a/src/sentence.c b/src/sentence.c
index bf2697c..b26e42a 100644
--- a/src/sentence.c
+++ b/src/sentence.c
_AT_@ -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.
Received on Fri Jun 10 2022 - 22:20:31 CEST