Skip to content

Commit a77b3db

Browse files
committed
Fix missing period
1 parent c20957c commit a77b3db

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/math/base/napi/binary/src

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/napi/binary/src/main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ napi_value stdlib_math_base_napi_dd_d( napi_env env, napi_callback_info info, do
9191
* - This function expects that the callback `info` argument provides access to the following JavaScript arguments:
9292
*
9393
* - `x`: input value.
94-
* - `y`: input value
94+
* - `y`: input value.
9595
*
9696
* @param env environment under which the function is invoked
9797
* @param info callback data

0 commit comments

Comments
 (0)