aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manual.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/manual.txt b/manual.txt
index 85f3955..3417750 100644
--- a/manual.txt
+++ b/manual.txt
@@ -200,9 +200,9 @@ conversion as they are usually well supported, fast and bug free.
200However, these functions require a workaround for JSON 200However, these functions require a workaround for JSON
201encoding/parsing under locales using a comma decimal separator. Lua 201encoding/parsing under locales using a comma decimal separator. Lua
202CJSON detects the current locale during instantiation to determine 202CJSON detects the current locale during instantiation to determine
203whether a workaround is required. CJSON should be reinitialised via 203whether a workaround is required. Lua CJSON should be reinitialised
204+cjson.new+ if the locale of the current process changes. Different 204via +cjson.new+ if the locale of the current process changes.
205locales per thread are not supported. 205Different locales per thread are not supported.
206 206
207 207
208decode 208decode