Skip to content

Commit 7a0a6ec

Browse files
committed
docs: fix grammar
1 parent c13c8f4 commit 7a0a6ec

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/napi/argv-strided-uint32array2d

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/napi/argv-strided-uint32array2d/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ The function accepts the following arguments:
149149
- **strideX2**: `[in] int64_t` stride length along the second dimension.
150150
- **value**: `[in] napi_value` Node-API value.
151151
- **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`.
153153
- **message2**: `[in] char*` error message if a value has insufficient elements.
154154
- **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`.
155155

0 commit comments

Comments
 (0)