Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielJDufour authored Nov 16, 2021
1 parent 6096c72 commit fad0769
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 @@ -190,7 +190,7 @@ result is an object
```

## iterClip
Like [clip](#clip), but returns a flat iterator of values. Useful if you want to minimize memory usage and creating a new array.
Like [clip](#clip), but returns a flat iterator of values. Useful if you want to minimize memory usage and avoid creating a new array.
```javascript
import { iterClip } from 'xdim';

Expand Down

0 comments on commit fad0769

Please sign in to comment.