Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed Jun 13, 2024
1 parent 4fa117e commit 3d7d668
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 @@ -53,7 +53,7 @@ for (const value of iteratorToIterable(iterate())) {
}
```

Note: calling `[Symbol.iterator]` will not restart the iteration.
Note: calling `[Symbol.iterator]()` or `[Symbol.asyncIterator]()` will not restart the iteration.

### Converting an `Observable` to `AsyncIterableIterator`

Expand Down

0 comments on commit 3d7d668

Please sign in to comment.