We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c20957c commit a77b3dbCopy full SHA for a77b3db
lib/node_modules/@stdlib/math/base/napi/binary/src/main.c
@@ -91,7 +91,7 @@ napi_value stdlib_math_base_napi_dd_d( napi_env env, napi_callback_info info, do
91
* - This function expects that the callback `info` argument provides access to the following JavaScript arguments:
92
*
93
* - `x`: input value.
94
-* - `y`: input value
+* - `y`: input value.
95
96
* @param env environment under which the function is invoked
97
* @param info callback data
0 commit comments