Fix typo, "delemiters" -> "delimiters"

This commit is contained in:
Icaro Seara 2015-08-18 22:59:34 -03:00 committed by Anthony Fok
parent 35ff685c30
commit e791835e6d

View file

@ -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
// 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
// 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