summaryrefslogtreecommitdiffstats
path: root/parser/page.go
diff options
context:
space:
mode:
Diffstat (limited to 'parser/page.go')
-rw-r--r--parser/page.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/parser/page.go b/parser/page.go
index d64195ee1..9bffc6993 100644
--- a/parser/page.go
+++ b/parser/page.go
@@ -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 (