You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/napi/argv-strided-uint32array2d/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -149,7 +149,7 @@ The function accepts the following arguments:
149
149
- **strideX2**: `[in] int64_t` stride length along the second dimension.
150
150
- **value**: `[in] napi_value` Node-API value.
151
151
- **data**: `[out] uint32_t**` pointer for returning a reference to the output array.
152
-
- **message1**: `[in] char*` error message if a value is not an `Uint32Array`.
152
+
- **message1**: `[in] char*` error message if a value is not a `Uint32Array`.
153
153
- **message2**: `[in] char*` error message if a value has insufficient elements.
154
154
- **err**: `[out] napi_value*` pointer for storing a JavaScript error. If not provided a number, the function sets `err` with a JavaScript error; otherwise, `err` is set to `NULL`.
0 commit comments