mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-16 20:53:59 +02:00
parser/metadecoders: Fix spelling
This commit is contained in:
committed by
GitHub
parent
cc574ef120
commit
e0e63f35e4
@@ -37,7 +37,7 @@ type Decoder struct {
|
|||||||
// Delimiter is the field delimiter used in the CSV decoder. It defaults to ','.
|
// Delimiter is the field delimiter used in the CSV decoder. It defaults to ','.
|
||||||
Delimiter rune
|
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 character without preceding whitespace are ignored.
|
||||||
Comment rune
|
Comment rune
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user