mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-26 13:40:38 +03:00
Fix spelling and go vet errors
This commit is contained in:
parent
0d415e453b
commit
bac1ba4655
3 changed files with 4 additions and 6 deletions
|
@ -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 (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue