[docs] Fix typo

This commit is contained in:
Behdad Esfahbod 2015-08-31 10:12:05 +01:00
parent c424b41705
commit d205965286
1 changed files with 1 additions and 1 deletions

View File

@ -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">