chore: doc only

pull/18779/head
Pavel Zavora 2020-07-31 12:43:28 +02:00
parent fe2c7dfae0
commit 7fc590fb6f
1 changed files with 1 additions and 1 deletions

View File

@ -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 {