Browse Source

Fix edoc error

Takeru Ohta 8 years ago
parent
commit
466efbf028
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/jsone.erl

+ 1 - 1
src/jsone.erl

@@ -222,7 +222,7 @@
 %% - default: `0' <br />
 %%
 %% `undefined_as_null': <br />
-%% - Encodes atom `undefined` as null value <br />
+%% - Encodes atom `undefined' as null value <br />
 
 -type decode_option() :: {object_format, tuple | proplist | map}
                        | {allow_ctrl_chars, boolean()}