Skip to content

Commit 81eeae2

Browse files
committed
Fix typos
1 parent f983b46 commit 81eeae2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/node_modules/@stdlib/iter/unitspace/docs/repl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{{alias}}( start[, stop] )
33
Returns an iterator which returns numbers incremented by one.
44

5-
The iterator stops once the `stop` value exceeded.
5+
The iterator stops once the `stop` value is exceeded.
66

77
If an environment supports Symbol.iterator, the returned iterator is
88
iterable.

lib/node_modules/@stdlib/iter/unitspace/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stdlib/iter/unitspace",
33
"version": "0.0.0",
4-
"description": "Create an iterator which returns incremented by one.",
4+
"description": "Create an iterator which returns numbers incremented by one.",
55
"license": "Apache-2.0",
66
"author": {
77
"name": "The Stdlib Authors",

0 commit comments

Comments
 (0)