aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Pulford <mark@kyne.com.au>2012-01-13 07:04:30 +1030
committerMark Pulford <mark@kyne.com.au>2012-03-04 18:54:34 +1030
commitf978573e06e2074ef550b0360f27f51166311d1d (patch)
treeabb4613e2c48962579183345d6ffc77085a4c91d
parent56473d1553937a105db4dd7fc5215a30a41e98e1 (diff)
downloadlua-cjson-f978573e06e2074ef550b0360f27f51166311d1d.tar.gz
lua-cjson-f978573e06e2074ef550b0360f27f51166311d1d.tar.bz2
lua-cjson-f978573e06e2074ef550b0360f27f51166311d1d.zip
Fix typo in manual
Diffstat (limited to '')
-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.