We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3132f73 commit 176cfcdCopy full SHA for 176cfcd
lib/node_modules/@stdlib/strided/napi/dmap/README.md
@@ -156,7 +156,7 @@ static double scale( const double x ) {
156
// ...
157
158
// Register a Node-API module:
159
-STDLIB_STRIDED_NAPI_MODULE_DMAP( scale );
+STDLIB_STRIDED_NAPI_MODULE_DMAP( scale )
160
```
161
162
The macro expects the following arguments:
lib/node_modules/@stdlib/strided/napi/dmap/include/stdlib/strided/napi/dmap.h
@@ -35,7 +35,7 @@
35
* // ...
36
*
37
* // Register a Node-API module:
38
-* STDLIB_STRIDED_NAPI_MODULE_DMAP( scale );
+* STDLIB_STRIDED_NAPI_MODULE_DMAP( scale )
39
*/
40
#define STDLIB_STRIDED_NAPI_MODULE_DMAP( clbk ) \
41
static napi_value stdlib_strided_napi_dmap_wrapper( \
0 commit comments