File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -590,6 +590,7 @@ A total of 24 issues were closed in this release:
590590
591591<details >
592592
593+ - [ ` 5b42c46 ` ] ( https://github.com/stdlib-js/stdlib/commit/5b42c466e82c41e5ef0d52bac26a1d4fa03ac31a ) - ** test:** fix description _ (by Athan Reines)_
593594- [ ` bf13b2e ` ] ( https://github.com/stdlib-js/stdlib/commit/bf13b2e3801d56c8ec137e4160834c424af5f40f ) - ** test:** fix descriptions _ (by Athan Reines)_
594595- [ ` 2f5f302 ` ] ( https://github.com/stdlib-js/stdlib/commit/2f5f3024197771149f91359080983ae86191caba ) - ** test:** fix description _ (by Athan Reines)_
595596- [ ` 7ac6058 ` ] ( https://github.com/stdlib-js/stdlib/commit/7ac6058fdc8d3eede7ff5bb4e02fcba4b54e0211 ) - ** docs:** add comment _ (by Athan Reines)_
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ tape( 'the function throws an error if provided an options argument which is not
127127 }
128128} ) ;
129129
130- tape ( 'the function throws an error if provided an options argument with invalid `dims` property' , function test ( t ) {
130+ tape ( 'the function throws an error if provided an options argument with an invalid `dims` property' , function test ( t ) {
131131 var values ;
132132 var x ;
133133 var i ;
You can’t perform that action at this time.
0 commit comments