aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manual.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/manual.txt b/manual.txt
index dca5b64..99681cc 100644
--- a/manual.txt
+++ b/manual.txt
@@ -364,8 +364,8 @@ depth = cjson.encode_max_depth([depth])
364-- "depth" must be a positive integer 364-- "depth" must be a positive integer
365------------ 365------------
366 366
367By default, Lua CJSON will reject data structure with more than 20 nested 367By default, Lua CJSON will reject data structures with more than 20
368tables. 368nested tables.
369 369
370This setting is only changed when an argument is provided. The current 370This setting is only changed when an argument is provided. The current
371setting is always returned. 371setting is always returned.