diff options
author | Mattes D <github@xoft.cz> | 2016-10-27 23:47:36 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2016-10-27 23:47:36 +0200 |
commit | 9eff6f390d37e4ea1d532c2021a00a3be4a379f3 (patch) | |
tree | e103c5779ed0c97669d0b89d753ba57c94583cd3 /Server/Plugins/APIDump/APIDesc.lua | |
parent | Merge pull request #3415 from cuberite/FailCIOnApiProblem (diff) | |
download | cuberite-9eff6f390d37e4ea1d532c2021a00a3be4a379f3.tar cuberite-9eff6f390d37e4ea1d532c2021a00a3be4a379f3.tar.gz cuberite-9eff6f390d37e4ea1d532c2021a00a3be4a379f3.tar.bz2 cuberite-9eff6f390d37e4ea1d532c2021a00a3be4a379f3.tar.lz cuberite-9eff6f390d37e4ea1d532c2021a00a3be4a379f3.tar.xz cuberite-9eff6f390d37e4ea1d532c2021a00a3be4a379f3.tar.zst cuberite-9eff6f390d37e4ea1d532c2021a00a3be4a379f3.zip |
Diffstat (limited to '')
-rw-r--r-- | Server/Plugins/APIDump/APIDesc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Server/Plugins/APIDump/APIDesc.lua b/Server/Plugins/APIDump/APIDesc.lua index 4d8499687..79cb2c8e3 100644 --- a/Server/Plugins/APIDump/APIDesc.lua +++ b/Server/Plugins/APIDump/APIDesc.lua @@ -9476,7 +9476,7 @@ end Type = "string", }, }, - Notes = "Serializes the input table into a Json string. The options table, if present, is used to adjust the formatting of the serialized string, see below for details.", + Notes = "Serializes the input table into a Json string. The options table, if present, is used to adjust the formatting of the serialized string, see below for details. <br/>Returns nil and error message if the table cannot be serialized (eg. contains both an array part and a dictionary part).", }, }, AdditionalInfo = |