mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-19 21:21:39 +02:00
Fix spelling and go vet errors
This commit is contained in:
committed by
Anthony Fok
parent
0d415e453b
commit
bac1ba4655
@@ -247,7 +247,7 @@ func determineDelims(firstLine []byte) (left, right []byte) {
|
||||
}
|
||||
|
||||
// extractFrontMatterDelims takes a frontmatter from the content bufio.Reader.
|
||||
// Begining white spaces of the bufio.Reader must be trimmed before call this
|
||||
// Beginning white spaces of the bufio.Reader must be trimmed before call this
|
||||
// function.
|
||||
func extractFrontMatterDelims(r *bufio.Reader, left, right []byte) (fm FrontMatter, err error) {
|
||||
var (
|
||||
|
||||
Reference in New Issue
Block a user