summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/qjsonparser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qjsonparser.cpp b/src/qjsonparser.cpp
index 50904b1..cd8c574 100644
--- a/src/qjsonparser.cpp
+++ b/src/qjsonparser.cpp
@@ -577,7 +577,7 @@ static inline bool scanEscapeSequence(const char *&json, const char *end, uint *
return true;
}
default:
- // ### this is not as strict as one could be, but allows for more Json files
+ // this is not as strict as one could be, but allows for more Json files
// to be parsed correctly.
*ch = escaped;
return true;