Skip to content

Commit

Permalink
chore: doc only
Browse files Browse the repository at this point in the history
  • Loading branch information
sranka committed Aug 6, 2020
1 parent 9dd632e commit 3867c87
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 @@ -112,7 +112,7 @@ func concatSetupTable(table *CsvTable, row []string) error {
}
// add a virtual column to the table
table.extraColumns = append(table.extraColumns, &col)
// add validator to report error when no placeholder column is not available
// add validator to report error when no placeholder column is available
table.validators = append(table.validators, func(table *CsvTable) error {
placeholders := computedReplacer.FindAllString(template, len(template))
for _, placeholder := range placeholders {
Expand Down

0 comments on commit 3867c87

Please sign in to comment.