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 840c6e8 commit 009da93Copy full SHA for 009da93
lib/node_modules/@stdlib/dstructs/struct/lib/main.js
@@ -278,7 +278,7 @@ function factory( fields ) {
278
* @name alignment
279
* @memberof Struct
280
* @readonly
281
- * @type {NonNegativeInteger}
+ * @type {PositiveInteger}
282
*/
283
setReadOnly( Struct, 'alignment', ALIGNMENT );
284
@@ -289,7 +289,7 @@ function factory( fields ) {
289
* @name byteLength
290
291
292
293
294
setReadOnly( Struct, 'byteLength', BYTE_LENGTH );
295
0 commit comments