Skip to content

Commit 47deac4

Browse files
committed
Fix documentation for UTF8PROC_COMPOSE (#295)
The documentation for UTF8PROC_COMPOSE and UTF8PROC_DECOMPOSE options was the same. Fic
1 parent 8861a0e commit 47deac4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utf8proc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ typedef enum {
150150
UTF8PROC_STABLE = (1<<1),
151151
/** Compatibility decomposition (i.e. formatting information is lost). */
152152
UTF8PROC_COMPAT = (1<<2),
153-
/** Return a result with decomposed characters. */
153+
/** Return a result with composed characters. */
154154
UTF8PROC_COMPOSE = (1<<3),
155155
/** Return a result with decomposed characters. */
156156
UTF8PROC_DECOMPOSE = (1<<4),

0 commit comments

Comments
 (0)