Skip to content

Commit ed62a2b

Browse files
committed
Update note
1 parent 1a33427 commit ed62a2b

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/iter/linspace

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/iter/linspace/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ var bool = it.next().done;
9494

9595
## Notes
9696

97-
- The returned iterator is guaranteed to include the `start` and `stop` values. Beware, however, that values between the `start` and `stop` are subject to floating-point rounding errors. For example,
97+
- The returned iterator is guaranteed to return the `start` and `stop` values. Beware, however, that values between the `start` and `stop` are subject to floating-point rounding errors. For example,
9898

9999
```javascript
100100
var it = iterLinspace( 0.0, 1.0, 3 );

0 commit comments

Comments
 (0)