src/cx/json.h

changeset 1566
2ebbcb38986d
parent 1556
afdaa70034f8
--- a/src/cx/json.h	Wed Dec 10 22:16:19 2025 +0100
+++ b/src/cx/json.h	Wed Dec 10 22:34:48 2025 +0100
@@ -495,8 +495,8 @@
 /**
  * Destroys and re-initializes the JSON interface.
  *
- * You might want to use this to reset the parser after
- * encountering a syntax error.
+ * You must use this to reset the parser after encountering a syntax error
+ * if you want to continue using it.
  *
  * @param json the JSON interface
  */

mercurial