Skip to content

Commit 9e3633f

Browse files
committed
fix typo noFixLength -> freeLength
1 parent a560e02 commit 9e3633f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/coerce.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ exports.valObjects = {
233233
'An {array} of plot information.'
234234
].join(' '),
235235
requiredOpts: ['items'],
236-
otherOpts: ['dflt', 'noFixLength'],
236+
otherOpts: ['dflt', 'freeLength'],
237237
coerceFunction: function(v, propOut, dflt, opts) {
238238
if(!Array.isArray(v)) {
239239
propOut.set(dflt);

0 commit comments

Comments
 (0)