diff options
author | Francesco La Camera <[email protected]> | 2022-12-10 19:37:47 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2022-12-10 19:37:47 +0100 |
commit | e0e63f35e4d98503066b2656f8577eb04708427e (patch) | |
tree | 273a9dba7abd7af4046f3642cd0ad678ea5ac355 /parser/metadecoders | |
parent | cc574ef1200986ab287eca40db59053ccdd205d6 (diff) | |
download | hugo-e0e63f35e4d98503066b2656f8577eb04708427e.tar.gz hugo-e0e63f35e4d98503066b2656f8577eb04708427e.zip |
parser/metadecoders: Fix spelling
Diffstat (limited to 'parser/metadecoders')
-rw-r--r-- | parser/metadecoders/decoder.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |