Takeru Ohta 6 years ago
parent
commit
6f8701ebed
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/jsone.erl

+ 1 - 1
src/jsone.erl

@@ -189,7 +189,7 @@
 %% - Treats `undefined' in Erlang as the conversion target for `null' in JSON. This means that `undefined' will be encoded to `null' and `null' will be decoded to `undefined'<br />
 
 -type encode_option() :: native_utf8
-                       | native_slash
+                       | native_forward_slash
                        | canonical_form
                        | {float_format, [float_format_option()]}
                        | {datetime_format, datetime_encode_format()}