[docs] minor

Fixes https://github.com/harfbuzz/harfbuzz/issues/2321
This commit is contained in:
Ebrahim Byagowi 2020-04-16 22:07:07 +04:30 committed by GitHub
parent a5e5a79004
commit 32f431406e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@
hb_buffer_set_language(buf, hb_language_from_string("en", -1));
</programlisting>
<para>
However, since these properties are often the repeated for
However, since these properties are often repeated for
multiple text runs, you can also save them in a
<literal>hb_segment_properties_t</literal> for reuse:
</para>