Skip to content

Commit

Permalink
docs: fix linebreak
Browse files Browse the repository at this point in the history
  • Loading branch information
lddubeau committed Jul 30, 2019
1 parent 36704fb commit dae84ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/saxes.js
Original file line number Diff line number Diff line change
Expand Up @@ -261,9 +261,9 @@ const FORBIDDEN_BRACKET_BRACKET = 2;
* @property {boolean} [position] Whether to track positions. Unset means
* ``true``.
*
* @property {string} [fileName] A file name to use for error reporting. "File name" is a loose
* concept. You could use a URL to some resource, or any descriptive name you
* like.
* @property {string} [fileName] A file name to use for error reporting. "File
* name" is a loose concept. You could use a URL to some resource, or any
* descriptive name you like.
*
* @property {"1.0" | "1.1"} [defaultXMLVersion] The default XML version to
* use. If unspecified, and there is no XML encoding declaration, the default
Expand Down

0 comments on commit dae84ff

Please sign in to comment.