File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 22
22
23
23
<details >
24
24
25
+ - [ ` 49f64f7 ` ] ( https://github.com/stdlib-js/stdlib/commit/49f64f70bee8b4638a0a2a6fdab0af04e8a42597 ) - ** docs:** fix descriptions _ (by Athan Reines)_
25
26
- [ ` 71caed8 ` ] ( https://github.com/stdlib-js/stdlib/commit/71caed8ffc755e2cbfa95c997a0336e5997da7e4 ) - ** feat:** add ` napi/argv-dataview ` _ (by Athan Reines)_
26
27
27
28
</details >
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ var addon = require( './../src/addon.node' );
29
29
* Wrapper function exposing the C API to JavaScript.
30
30
*
31
31
* @private
32
- * @param {DataView } v - input array
33
- * @returns {DataView } input array
32
+ * @param {DataView } v - input DataView
33
+ * @returns {DataView } input DataView
34
34
*
35
35
* @example
36
36
* var Uint8Array = require( '@stdlib/array-uint8' );
You can’t perform that action at this time.
0 commit comments