gunicode: Fix a minor typo in a documentation comment

Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
Philip Withnall
2023-10-17 22:03:14 +01:00
parent 444a313b1f
commit 9770d7ba31

View File

@@ -212,7 +212,7 @@ typedef enum
* *
* These are the possible line break classifications. * These are the possible line break classifications.
* *
* Since new unicode versions may add new types here, applications should be ready * Since new Unicode versions may add new types here, applications should be ready
* to handle unknown values. They may be regarded as %G_UNICODE_BREAK_UNKNOWN. * to handle unknown values. They may be regarded as %G_UNICODE_BREAK_UNKNOWN.
* *
* See [Unicode Line Breaking Algorithm](https://www.unicode.org/reports/tr14/). * See [Unicode Line Breaking Algorithm](https://www.unicode.org/reports/tr14/).