From f2297e6978087cefd27a947e044adf9e89eab5f6 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 25 Nov 2022 11:33:00 -0700 Subject: [PATCH] [buffer] Documentation Fixes https://github.com/harfbuzz/harfbuzz/issues/3889 --- src/hb-buffer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-buffer.cc b/src/hb-buffer.cc index 5e03c9615..4b6c2d9ea 100644 --- a/src/hb-buffer.cc +++ b/src/hb-buffer.cc @@ -1841,7 +1841,7 @@ hb_buffer_add_latin1 (hb_buffer_t *buffer, * marks at stat of run. * * This function does not check the validity of @text, it is up to the caller - * to ensure it contains a valid Unicode code points. In contrast, + * to ensure it contains a valid Unicode scalar values. In contrast, * hb_buffer_add_utf32() can be used that takes similar input but performs * sanity-check on the input. *