libgrapheme

unicode string library
git clone git://git.suckless.org/libgrapheme
Log | Files | Refs | README | LICENSE

commit faaf0019b4772e3a76e20d5d14ed3bc15fc0af3e
parent 5a8df31405f94964c92f177d77226d41e6bb2f1f
Author: Laslo Hunhold <dev@frign.de>
Date:   Fri, 10 Jun 2022 22:20:21 +0200

Fix link in src/sentence.c

Signed-off-by: Laslo Hunhold <dev@frign.de>

Diffstat:
Msrc/sentence.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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.