We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1491b9c commit 49f64f7Copy full SHA for 49f64f7
lib/node_modules/@stdlib/napi/argv-dataview/lib/native.js
@@ -29,8 +29,8 @@ var addon = require( './../src/addon.node' );
29
* Wrapper function exposing the C API to JavaScript.
30
*
31
* @private
32
-* @param {DataView} v - input array
33
-* @returns {DataView} input array
+* @param {DataView} v - input DataView
+* @returns {DataView} input DataView
34
35
* @example
36
* var Uint8Array = require( '@stdlib/array/uint8' );
0 commit comments