From: Francesco La Camera Date: Sat, 10 Dec 2022 18:37:47 +0000 (+0100) Subject: parser/metadecoders: Fix spelling X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e0e63f35e;p=brevno-suite%2Fhugo parser/metadecoders: Fix spelling --- 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 }