mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-20 04:23:03 +00:00
Fix typo, "delemiters" -> "delimiters"
This commit is contained in:
parent
35ff685c30
commit
e791835e6d
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ func extractFrontMatterDelims(r *bufio.Reader, left, right []byte) (fm FrontMatt
|
||||||
}
|
}
|
||||||
|
|
||||||
// Reads a character from Reader one by one and checks it matches the
|
// Reads a character from Reader one by one and checks it matches the
|
||||||
// last character of one of delemiters to find the last character of
|
// last character of one of delimiters to find the last character of
|
||||||
// frontmatter. If it matches, makes sure it contains the delimiter
|
// frontmatter. If it matches, makes sure it contains the delimiter
|
||||||
// and if so, also checks it is followed by CR+LF or LF when YAML,
|
// and if so, also checks it is followed by CR+LF or LF when YAML,
|
||||||
// TOML case. In JSON case, nested delimiters must be parsed and it
|
// TOML case. In JSON case, nested delimiters must be parsed and it
|
||||||
|
|
Loading…
Add table
Reference in a new issue