We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77e4eab commit 2b375fcCopy full SHA for 2b375fc
src/ccutil/unicharset.cpp
@@ -1000,7 +1000,7 @@ bool UNICHARSET::major_right_to_left() const {
1000
// Set a whitelist and/or blacklist of characters to recognize.
1001
// An empty or nullptr whitelist enables everything (minus any blacklist).
1002
// An empty or nullptr blacklist disables nothing.
1003
-// An empty or nullptr blacklist has no effect.
+// An empty or nullptr unblacklist has no effect.
1004
void UNICHARSET::set_black_and_whitelist(const char *blacklist,
1005
const char *whitelist,
1006
const char *unblacklist) {
0 commit comments