Skip to content

Commit

Permalink
String.prototype.join -> Array.prototype.join
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelficarra committed Oct 6, 2011
1 parent c2ffd0d commit c67f865
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 c67f865

Please sign in to comment.