Skip to content

Commit 3a2e522

Browse files
committed
Auto-generated commit
1 parent 4d5d902 commit 3a2e522

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ var arr = incrspace( 0, 11, 2 );
9191

9292
```javascript
9393
var roundn = require( '@stdlib/math-base-special-roundn' );
94-
94+
9595
// Create an array subject to floating-point errors:
9696
var arr = incrspace( 0, 1.01, 0.02 );
9797

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"devDependencies": {
4343
"@stdlib/assert-is-array": "^0.1.1",
44-
"@stdlib/bench": "^0.1.0",
44+
"@stdlib/bench": "^0.2.0",
4545
"@stdlib/math-base-special-pow": "^0.1.0",
4646
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
4747
"istanbul": "^0.4.1",

0 commit comments

Comments
 (0)