[docs] Fix typo
This commit is contained in:
parent
c424b41705
commit
d205965286
|
@ -56,7 +56,7 @@ void somefunc(hb_buffer_t *buffer) {
|
||||||
Now we have a brand new Harfbuzz buffer. Let's start filling it
|
Now we have a brand new Harfbuzz buffer. Let's start filling it
|
||||||
with text! From Harfbuzz's perspective, a buffer is just a stream
|
with text! From Harfbuzz's perspective, a buffer is just a stream
|
||||||
of Unicode codepoints, but your input string is probably in one of
|
of Unicode codepoints, but your input string is probably in one of
|
||||||
the standard Unicode character encodings (UTF-8, UTF-16, UTF-3 )
|
the standard Unicode character encodings (UTF-8, UTF-16, UTF-32)
|
||||||
</para>
|
</para>
|
||||||
</sect2>
|
</sect2>
|
||||||
<sect2 id="setting-buffer-properties">
|
<sect2 id="setting-buffer-properties">
|
||||||
|
|
Loading…
Reference in New Issue