From f978573e06e2074ef550b0360f27f51166311d1d Mon Sep 17 00:00:00 2001 From: Mark Pulford Date: Fri, 13 Jan 2012 07:04:30 +1030 Subject: Fix typo in manual --- manual.txt | 4 ++-- 1 file 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]) -- "depth" must be a positive integer ------------ -By default, Lua CJSON will reject data structure with more than 20 nested -tables. +By default, Lua CJSON will reject data structures with more than 20 +nested tables. This setting is only changed when an argument is provided. The current setting is always returned. -- cgit v1.2.3-55-g6feb