We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d304aef commit 2ff8052Copy full SHA for 2ff8052
lib/node_modules/@stdlib/array/base/incrspace/README.md
@@ -30,7 +30,7 @@ limitations under the License.
30
var incrspace = require( '@stdlib/array/base/incrspace' );
31
```
32
33
-#### incrspace( start, stop\[, increment] )
+#### incrspace( start, stop, increment )
34
35
Generates a linearly spaced numeric `array` according to a provided `increment`.
36
0 commit comments