We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8861a0e commit 47deac4Copy full SHA for 47deac4
1 file changed
utf8proc.h
@@ -150,7 +150,7 @@ typedef enum {
150
UTF8PROC_STABLE = (1<<1),
151
/** Compatibility decomposition (i.e. formatting information is lost). */
152
UTF8PROC_COMPAT = (1<<2),
153
- /** Return a result with decomposed characters. */
+ /** Return a result with composed characters. */
154
UTF8PROC_COMPOSE = (1<<3),
155
/** Return a result with decomposed characters. */
156
UTF8PROC_DECOMPOSE = (1<<4),
0 commit comments