Skip to content

Commit

Permalink
chore(pkg/csv2lp): repair doc
Browse files Browse the repository at this point in the history
  • Loading branch information
sranka committed May 12, 2020
1 parent 9699352 commit 7af307d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/csv2lp/csv_annotations.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type annotationComment struct {
// setupColumn setups metadata that drives the way of how column data
// are parsed, mandatory when flag > 0
setupColumn func(column *CsvTableColumn, columnValue string)
// setupColumn setups metadata that drives the way of how the table data
// setupTable setups metadata that drives the way of how the table data
// are parsed, mandatory when flag == 0
setupTable func(table *CsvTable, row []string) error
}
Expand Down

0 comments on commit 7af307d

Please sign in to comment.