Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(pkg/csv2lp): repair doc
Browse files Browse the repository at this point in the history
sranka committed May 12, 2020
1 parent 84652ce commit 8e5539f
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
@@ -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
}

0 comments on commit 8e5539f

Please sign in to comment.