From e70f157e2096fbdacf6740859498bc2634b2d379 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Sat, 11 Dec 2021 16:41:48 -0600 Subject: [PATCH] Cleanup: Fix mistake in comment. --- level_0/f_utf/c/private-utf.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/level_0/f_utf/c/private-utf.h b/level_0/f_utf/c/private-utf.h index a2dbf7d..26e84e8 100644 --- a/level_0/f_utf/c/private-utf.h +++ b/level_0/f_utf/c/private-utf.h @@ -47,7 +47,8 @@ extern "C" { * @see f_utf_is_alpha_digit() * @see f_utf_is_alpha_numeric() * @see f_utf_is_ascii() - * @see f_utf_is_combining_ _di_f_utf_is_control() + * @see f_utf_is_combining() + * @see f_utf_is_control() * @see f_utf_is_control_picture() * @see f_utf_is_digit() * @see f_utf_is_emoji() -- 1.8.3.1