mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
parser/metadecoders: Fix spelling
This commit is contained in:
parent
cc574ef120
commit
e0e63f35e4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue