Skip to content

Commit 261eb57

Browse files
committed
Iterating: Fix typo
Closes jquerygh-476
1 parent 096ff64 commit 261eb57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

page/using-jquery-core/iterating.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ $( "input" ).val(function( index, value ) {
209209
210210
```
211211

212-
One other thing to keep in mind with this implicit iteration is that traversal methods such as `.children()` or `.parent()` will act on each matched element in a connection, returning a combined collection of all children or parent nodes.
212+
One other thing to keep in mind with this implicit iteration is that traversal methods such as `.children()` or `.parent()` will act on each matched element in a collection, returning a combined collection of all children or parent nodes.
213213

214214
### [`.map()`](http://api.jquery.com/map/)
215215

0 commit comments

Comments
 (0)