Skip to content

Commit a0aa099

Browse files
committed
Fix spelling
1 parent 26c8af9 commit a0aa099

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/strided/math/special/dabs/src

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/strided/math/special/dabs/src/addon.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ namespace addon_strided_dabs {
6060
return;
6161
}
6262
if ( !info[ 4 ]->IsNumber() ) {
63-
ThrowTypeError( "invalid input argument. Firth argument must be a number." );
63+
ThrowTypeError( "invalid input argument. Fifth argument must be a number." );
6464
return;
6565
}
6666
const int N = info[ 0 ]->Uint32Value();

0 commit comments

Comments
 (0)