diff options
author | ali-ghazi78 <39215015+ali-ghazi78@users.noreply.github.com> | 2021-09-23 06:06:08 +0330 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-23 10:36:08 +0800 |
commit | 3d93d297092172eac3d52a1b3b6c1d479da5341a (patch) | |
tree | 094296a6b0ecf13d7a8bc3d05d1a982a534e51f6 | |
parent | 4b350c531de3d71008c77ae94e59275b8371b4dc (diff) | |
download | lua-cjson-3d93d297092172eac3d52a1b3b6c1d479da5341a.tar.gz lua-cjson-3d93d297092172eac3d52a1b3b6c1d479da5341a.tar.bz2 lua-cjson-3d93d297092172eac3d52a1b3b6c1d479da5341a.zip |
doc: minor tweak in README.md (#71)
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -165,7 +165,7 @@ encode_escape_forward_slash | |||
165 | 165 | ||
166 | **default:** true | 166 | **default:** true |
167 | 167 | ||
168 | If enabled, forward slash '/' will be encoded as '\/'. | 168 | If enabled, forward slash '/' will be encoded as '\\/'. |
169 | 169 | ||
170 | If disabled, forward slash '/' will be encoded as '/' (no escape is applied). | 170 | If disabled, forward slash '/' will be encoded as '/' (no escape is applied). |
171 | 171 | ||