Skip to content

Commit c05e020

Browse files
authored
Merge pull request #414 from 311289189/patch-3
Update iterators.md
2 parents 12cdc91 + 5734328 commit c05e020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/iterators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ interface Iterator<T> {
1111
throw?(e?: any): IteratorResult<T>;
1212
}
1313
```
14-
14+
([More on that `<T>` notation later](./types/generics.html))
1515
This interface allows to retrieve a value from some collection or sequence
1616
which belongs to the object.
1717

0 commit comments

Comments
 (0)