Skip to content

Commit

Permalink
Remove semi-colons and full-stops from list-item endings
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jun 13, 2017
1 parent f643426 commit 3d4ff6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ Stringify the given [NLCST][] node (or list of nodes).

###### Parameters

* `node` ([`NLCSTNode`][nlcst] or `Array.<NLCSTNode>`).
* `node` ([`NLCSTNode`][nlcst] or `Array.<NLCSTNode>`)
* `separator` (`string`, optional, default: `''`)
— Value to separate each item with.
— Value to separate each item with

###### Returns

Expand Down

0 comments on commit 3d4ff6e

Please sign in to comment.