@@ -1226,8 +1226,8 @@ file(File) ->
1226
1226
% %
1227
1227
% % The `{json_format,Format}' option is a convenience shorthand, and will expand
1228
1228
% % as indicated below. If the json_format is not specified, it defaults to
1229
- % % `map ' if the `maps' option is specified, and otherwise to `eep18' when
1230
- % % generating code for records.
1229
+ % % `maps ' if the <a href="#option-maps"> `maps'</a> option is specified,
1230
+ % % and otherwise to `eep18' when generating code for records.
1231
1231
% % <dl>
1232
1232
% % <dt>jsx</dt>
1233
1233
% % <dd><code>[{json_object_format, eep18},
@@ -1247,7 +1247,7 @@ file(File) ->
1247
1247
% % {json_array_format, list},
1248
1248
% % {json_string_format, binary},
1249
1249
% % {json_null, null}]</code></dd>
1250
- % % <dt>map </dt>
1250
+ % % <dt>maps </dt>
1251
1251
% % <dd><code>[{json_object_format, map},
1252
1252
% % {json_key_format, binary},
1253
1253
% % {json_array_format, list},
@@ -2913,8 +2913,8 @@ c() ->
2913
2913
% % <dt><a id="cmdline-option-json-format"/>
2914
2914
% % `-json-format jsx | mochijson2 | jiffy | maps'</dt>
2915
2915
% % <dd>Specify format for the JSON representation.
2916
- % % `maps' is default if the `-maps' option is specified,
2917
- % % otherwise the jsx format is default.<br/>
2916
+ % % `maps' is default if the <a href="#cmdline-option-maps"> `-maps'</a>
2917
+ % % option is specified, otherwise the jsx format is default.<br/>
2918
2918
% % Corresponding Erlang-level option:
2919
2919
% % <a href="#option-json_format">json_format</a></dd>
2920
2920
% % <dt><a id="cmdline-option-json-object-format"/>
0 commit comments