From 7af307d76aa1996f12d8dccecbd68415a841593c Mon Sep 17 00:00:00 2001 From: Pavel Zavora Date: Tue, 12 May 2020 20:59:59 +0200 Subject: [PATCH] chore(pkg/csv2lp): repair doc --- pkg/csv2lp/csv_annotations.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/csv2lp/csv_annotations.go b/pkg/csv2lp/csv_annotations.go index 349579f4444..8b6fa12f8d5 100644 --- a/pkg/csv2lp/csv_annotations.go +++ b/pkg/csv2lp/csv_annotations.go @@ -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 }