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 f95d5b5 commit 34ca7beCopy full SHA for 34ca7be
1 file changed
lib/node_modules/@stdlib/plot/vega/base/assert/is-field-array/lib/main.js
@@ -38,7 +38,7 @@ var isField = require( '@stdlib/plot/vega/base/assert/is-field' );
38
* var Field = require( '@stdlib/plot/vega/field/ctor' );
39
*
40
* var v = new Field({
41
-* 'field': 'amount'
+* 'field': 'amount'
42
* });
43
* var bool = isFieldArray( [ v ] );
44
* // returns true
0 commit comments