Skip to content

Commit b14a24c

Browse files
committed
fix typo
1 parent cf75259 commit b14a24c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/array.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ module.exports = function Array (_type, _length) {
128128

129129
// save down the "fixedLength" if specified. "ref-struct" needs this value
130130
if (fixedLength > 0) {
131-
ArrayType.fixedLenth = fixedLength
131+
ArrayType.fixedLength = fixedLength
132132
}
133133

134134
// keep a reference to the base "type"

0 commit comments

Comments
 (0)