File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
lib/node_modules/@stdlib/dstructs/struct/lib Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ function factory( fields ) {
153
153
* @private
154
154
* @param {(Object|ArrayBuffer) } [arg] - array buffer or data object
155
155
* @param {NonNegativeInteger } [byteOffset=0] - offset, in bytes, to the first byte in a provided buffer for the returned `struct` to reference
156
- * @param {NonNegativeInteger } [byteLength] - number of elements in the byte array
156
+ * @param {NonNegativeInteger } [byteLength] - maximum number of elements in the byte array
157
157
* @throws {RangeError } must provide sufficient memory to accommodate byte offset and view length requirements
158
158
* @throws {TypeError } second argument must be a nonnegative integer
159
159
* @throws {TypeError } third argument must be a nonnegative integer
You can’t perform that action at this time.
0 commit comments