Skip to content

Commit

Permalink
Merge pull request mozilla#1 from michaelficarra/patch-1
Browse files Browse the repository at this point in the history
`String.prototype.join` -> `Array.prototype.join` in documentation.
  • Loading branch information
fitzgen committed Oct 6, 2011
2 parents c2ffd0d + c67f865 commit f29bae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -170,7 +170,7 @@ the its original associated source's line/column location.

#### SourceNode.prototype.join(sep)

Like `String.prototype.join` except for SourceNodes. Inserts the separator
Like `Array.prototype.join` except for SourceNodes. Inserts the separator
between each of this source node's children.

* `sep`: The separator.
Expand Down

0 comments on commit f29bae3

Please sign in to comment.