Skip to content

Commit 2ff8052

Browse files
committed
Fix signature
1 parent d304aef commit 2ff8052

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/array/base/incrspace

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/array/base/incrspace/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ limitations under the License.
3030
var incrspace = require( '@stdlib/array/base/incrspace' );
3131
```
3232

33-
#### incrspace( start, stop\[, increment] )
33+
#### incrspace( start, stop, increment )
3434

3535
Generates a linearly spaced numeric `array` according to a provided `increment`.
3636

0 commit comments

Comments
 (0)