From a7190be9a0bec02a1b58c15b3d1edc5f888c24ad Mon Sep 17 00:00:00 2001 From: Simon Cozens Date: Mon, 21 Sep 2020 16:35:40 +0100 Subject: [PATCH] Typos --- src/hb-buffer-serialize.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hb-buffer-serialize.cc b/src/hb-buffer-serialize.cc index 7c31788b0..b65821064 100644 --- a/src/hb-buffer-serialize.cc +++ b/src/hb-buffer-serialize.cc @@ -537,13 +537,13 @@ hb_buffer_serialize_glyphs (hb_buffer_t *buffer, * A machine-readable, structured format. * The serialized codepoints will be a list of objects with the following * properties: - * - `g`: the Unicode codepoint as a decimal integer + * - `u`: the Unicode codepoint as a decimal integer * - `cl`: #hb_glyph_info_t.cluster if * #HB_BUFFER_SERIALIZE_FLAG_NO_CLUSTERS is not set. * * For example: * ``` - * [{g:1617,cl:0},{g:1576,cl:1}] + * [{u:1617,cl:0},{u:1576,cl:1}] * ``` * * Return value: