We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 81cf237 + 770fdda commit 1c69568Copy full SHA for 1c69568
src/lib_json/json_tool.h
@@ -43,7 +43,7 @@ static inline std::string codePointToUTF8(unsigned int cp) {
43
return result;
44
}
45
46
-/// Returns true if ch is a control character (in range [0,32[).
+/// Returns true if ch is a control character (in range [0,32]).
47
static inline bool isControlCharacter(char ch) { return ch > 0 && ch <= 0x1F; }
48
49
enum {
0 commit comments