diff options
author | Mark Pulford <mark@kyne.com.au> | 2012-01-13 07:04:30 +1030 |
---|---|---|
committer | Mark Pulford <mark@kyne.com.au> | 2012-03-04 18:54:34 +1030 |
commit | f978573e06e2074ef550b0360f27f51166311d1d (patch) | |
tree | abb4613e2c48962579183345d6ffc77085a4c91d | |
parent | 56473d1553937a105db4dd7fc5215a30a41e98e1 (diff) | |
download | lua-cjson-f978573e06e2074ef550b0360f27f51166311d1d.tar.gz lua-cjson-f978573e06e2074ef550b0360f27f51166311d1d.tar.bz2 lua-cjson-f978573e06e2074ef550b0360f27f51166311d1d.zip |
Fix typo in manual
Diffstat (limited to '')
-rw-r--r-- | manual.txt | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 | ||
367 | By default, Lua CJSON will reject data structure with more than 20 nested | 367 | By default, Lua CJSON will reject data structures with more than 20 |
368 | tables. | 368 | nested tables. |
369 | 369 | ||
370 | This setting is only changed when an argument is provided. The current | 370 | This setting is only changed when an argument is provided. The current |
371 | setting is always returned. | 371 | setting is always returned. |