From e0e63f35e4d98503066b2656f8577eb04708427e Mon Sep 17 00:00:00 2001 From: Francesco La Camera Date: Sat, 10 Dec 2022 19:37:47 +0100 Subject: [PATCH] parser/metadecoders: Fix spelling --- parser/metadecoders/decoder.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }