We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26c8af9 commit a0aa099Copy full SHA for a0aa099
lib/node_modules/@stdlib/strided/math/special/dabs/src/addon.cpp
@@ -60,7 +60,7 @@ namespace addon_strided_dabs {
60
return;
61
}
62
if ( !info[ 4 ]->IsNumber() ) {
63
- ThrowTypeError( "invalid input argument. Firth argument must be a number." );
+ ThrowTypeError( "invalid input argument. Fifth argument must be a number." );
64
65
66
const int N = info[ 0 ]->Uint32Value();
0 commit comments