File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
lib/node_modules/@stdlib/array/base/assert Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ tape( 'the function returns `true` if both arrays have equal values (boolean arr
241
241
t . end ( ) ;
242
242
} ) ;
243
243
244
- tape ( 'the function returns `true` if both arrays have equal values (real typed array)' , function test ( t ) {
244
+ tape ( 'the function returns `true` if both arrays have equal values (complex typed array)' , function test ( t ) {
245
245
var out ;
246
246
var x ;
247
247
var y ;
Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ tape( 'the function returns `true` if both arrays have the same values (boolean
241
241
t . end ( ) ;
242
242
} ) ;
243
243
244
- tape ( 'the function returns `true` if both arrays have the same values (real typed array)' , function test ( t ) {
244
+ tape ( 'the function returns `true` if both arrays have the same values (complex typed array)' , function test ( t ) {
245
245
var out ;
246
246
var x ;
247
247
var y ;
You can’t perform that action at this time.
0 commit comments