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 a560e02 commit 9e3633fCopy full SHA for 9e3633f
src/lib/coerce.js
@@ -233,7 +233,7 @@ exports.valObjects = {
233
'An {array} of plot information.'
234
].join(' '),
235
requiredOpts: ['items'],
236
- otherOpts: ['dflt', 'noFixLength'],
+ otherOpts: ['dflt', 'freeLength'],
237
coerceFunction: function(v, propOut, dflt, opts) {
238
if(!Array.isArray(v)) {
239
propOut.set(dflt);
0 commit comments