Skip to content

Commit 0196c7e

Browse files
committed
Update comment
1 parent b57d446 commit 0196c7e

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/math/special/abs/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/special/abs/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ function abs( x ) {
163163
N = x.length;
164164
dt = dtype( x ) || 'generic';
165165

166-
// Create an output array...
166+
// Create an output ndarray...
167167
ctor = ndarray( dt, 1 );
168168
buf = buffer( dt, N );
169169
y = ctor( buf, [ N ], [ 1 ], 0, 'row-major' );

0 commit comments

Comments
 (0)