Skip to content

Commit

Permalink
Merge pull request #261 from xy2iii/patch-1
Browse files Browse the repository at this point in the history
Fix symbol.iterator formatting in README
  • Loading branch information
Fil authored Sep 6, 2020
2 parents fcbb9cb + 2bfd965 commit 7159e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@ Returns the first (non-null) element in this selection. If the selection is empt

Returns the total number of (non-null) elements in this selection.

<a name="selection_iterator" href="#selection_iterator">#</a> <i>selection</i>[<b>Symbol.iterator</b>]() · [Source](https://github.com/d3/d3-selection/blob/master/src/selection/iterator.js)
<a name="selection_iterator" href="#selection_iterator">#</a> <i>selection</i>\[<b>Symbol.iterator</b>\]() · [Source](https://github.com/d3/d3-selection/blob/master/src/selection/iterator.js)

Returns an iterator over the selected (non-null) elements. For example, to iterate over the selected elements:

Expand Down

0 comments on commit 7159e0c

Please sign in to comment.