projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35ff685
)
Fix typo, "delemiters" -> "delimiters"
author
Icaro Seara
<icaro.seara@gmail.com>
Wed, 19 Aug 2015 01:59:34 +0000
(22:59 -0300)
committer
Anthony Fok
<foka@debian.org>
Wed, 19 Aug 2015 14:06:13 +0000
(08:06 -0600)
parser/page.go
patch
|
blob
|
history
diff --git
a/parser/page.go
b/parser/page.go
index 8ca784acbd2bbd57e5c7b21acd486682c9c459ab..c3d34a7f0f43fad8b9a91274d2fc21ac26e43038 100644
(file)
--- a/
parser/page.go
+++ b/
parser/page.go
@@
-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 del
e
miters to find the last character of
+ // last character of one of del
i
miters 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