Skip to content

Commit 0966b3d

Browse files
authored
feat: small typo in objname.md (#138)
column 'c1' should be 'c2'
1 parent 6db53fb commit 0966b3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/md/parse/options/objname.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The option is compatible with the `raw` and `info` options.
2323

2424
Field names reference one of the record property. Thus, they require the usage of the column option to generate records as object literal instead of array.
2525

26-
Below, [the `objname` option is a string](https://github.com/adaltas/node-csv/blob/master/packages/csv-parse/samples/option.objname.column.js) and it defines the `c1` column:
26+
Below, [the `objname` option is a string](https://github.com/adaltas/node-csv/blob/master/packages/csv-parse/samples/option.objname.column.js) and it defines the `c2` column:
2727

2828
`embed:packages/csv-parse/samples/option.objname.column.js`
2929

0 commit comments

Comments
 (0)