Skip to content

Commit 34ca7be

Browse files
authored
Apply suggestions from code review
Co-authored-by: Athan <kgryte@gmail.com> Signed-off-by: Athan <kgryte@gmail.com>
1 parent f95d5b5 commit 34ca7be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/plot/vega/base/assert/is-field-array/lib

lib/node_modules/@stdlib/plot/vega/base/assert/is-field-array/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ var isField = require( '@stdlib/plot/vega/base/assert/is-field' );
3838
* var Field = require( '@stdlib/plot/vega/field/ctor' );
3939
*
4040
* var v = new Field({
41-
* 'field': 'amount'
41+
* 'field': 'amount'
4242
* });
4343
* var bool = isFieldArray( [ v ] );
4444
* // returns true

0 commit comments

Comments
 (0)