Skip to content

Commit 69b51eb

Browse files
committed
Avoid long lines in documentation
1 parent 3560ed6 commit 69b51eb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,8 @@ e.g. Given an option specification list with the following format:
250250
``` erlang
251251
OptSpecList =
252252
[
253-
{define, $D, "define", string, "Define a variable"},
254-
{verbose, $v, "verbose", integer, "Verbosity level"}
253+
{define, $D, "define", string, "Define a variable"},
254+
{verbose, $v, "verbose", integer, "Verbosity level"}
255255
].
256256
```
257257

@@ -282,9 +282,9 @@ For example, with the following option specifications:
282282
``` erlang
283283
OptSpecList =
284284
[
285-
{xml, $x, "xml", undefined, "Output data as XML"},
286-
{dbname, undefined, undefined, string, "Database name"},
287-
{output_file, undefined, undefined, string, "File where the data will be saved to"}
285+
{xml, $x, "xml", undefined, "Output data as XML"},
286+
{dbname, undefined, undefined, string, "Database name"},
287+
{output_file, undefined, undefined, string, "File where the data will be saved to"}
288288
].
289289
```
290290

0 commit comments

Comments
 (0)