Skip to content

Commit dbb9c09

Browse files
committed
Auto-generated commit
1 parent 06cbf2f commit dbb9c09

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
<details>
2424

25+
- [`49f64f7`](https://github.com/stdlib-js/stdlib/commit/49f64f70bee8b4638a0a2a6fdab0af04e8a42597) - **docs:** fix descriptions _(by Athan Reines)_
2526
- [`71caed8`](https://github.com/stdlib-js/stdlib/commit/71caed8ffc755e2cbfa95c997a0336e5997da7e4) - **feat:** add `napi/argv-dataview` _(by Athan Reines)_
2627

2728
</details>

lib/native.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ var addon = require( './../src/addon.node' );
2929
* Wrapper function exposing the C API to JavaScript.
3030
*
3131
* @private
32-
* @param {DataView} v - input array
33-
* @returns {DataView} input array
32+
* @param {DataView} v - input DataView
33+
* @returns {DataView} input DataView
3434
*
3535
* @example
3636
* var Uint8Array = require( '@stdlib/array-uint8' );

0 commit comments

Comments
 (0)