diff --git a/parser/metadecoders/decoder.go b/parser/metadecoders/decoder.go index 7a76b8eea..3db0ae338 100644 --- a/parser/metadecoders/decoder.go +++ b/parser/metadecoders/decoder.go @@ -37,7 +37,7 @@ type Decoder struct { // Delimiter is the field delimiter used in the CSV decoder. It defaults to ','. Delimiter rune - // Comment, if not 0, is the comment character ued in the CSV decoder. Lines beginning with the + // Comment, if not 0, is the comment character used in the CSV decoder. Lines beginning with the // Comment character without preceding whitespace are ignored. Comment rune }