]> git.maquefel.me Git - brevno-suite/hugo/commitdiff
parser/metadecoders: Fix spelling
authorFrancesco La Camera <fm@lacamera.org>
Sat, 10 Dec 2022 18:37:47 +0000 (19:37 +0100)
committerGitHub <noreply@github.com>
Sat, 10 Dec 2022 18:37:47 +0000 (19:37 +0100)
parser/metadecoders/decoder.go

index 7a76b8eea0f1a694588100338cd06efd73c4869f..3db0ae338f6b0e15dbdbb15248b00bc3074ea332 100644 (file)
@@ -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
 }