We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f983b46 commit 81eeae2Copy full SHA for 81eeae2
2 files changed
lib/node_modules/@stdlib/iter/unitspace/docs/repl.txt
@@ -2,7 +2,7 @@
2
{{alias}}( start[, stop] )
3
Returns an iterator which returns numbers incremented by one.
4
5
- The iterator stops once the `stop` value exceeded.
+ The iterator stops once the `stop` value is exceeded.
6
7
If an environment supports Symbol.iterator, the returned iterator is
8
iterable.
lib/node_modules/@stdlib/iter/unitspace/package.json
@@ -1,7 +1,7 @@
1
{
"name": "@stdlib/iter/unitspace",
"version": "0.0.0",
- "description": "Create an iterator which returns incremented by one.",
+ "description": "Create an iterator which returns numbers incremented by one.",
"license": "Apache-2.0",
"author": {
"name": "The Stdlib Authors",
0 commit comments