diff options
author | Adam Mathes <adam@trenchant.org> | 2018-01-07 09:17:53 -0800 |
---|---|---|
committer | Adam Mathes <adam@trenchant.org> | 2018-01-07 09:17:53 -0800 |
commit | 64afdffb9ec3e9fd7de1c802775b895c7681fac2 (patch) | |
tree | b9f865662eb828711559f2f547de246f9f3e88a5 /post | |
parent | 7b0cd305f4bdc8354e1f0de81d5d1b224f854fcb (diff) | |
download | snkt-64afdffb9ec3e9fd7de1c802775b895c7681fac2.tar.gz snkt-64afdffb9ec3e9fd7de1c802775b895c7681fac2.tar.bz2 snkt-64afdffb9ec3e9fd7de1c802775b895c7681fac2.zip |
typo fix
Diffstat (limited to 'post')
-rw-r--r-- | post/post.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/post/post.go b/post/post.go index 0311ab0..1561161 100644 --- a/post/post.go +++ b/post/post.go @@ -355,7 +355,7 @@ func (p Post) Render() []byte { } /* -Filter runs the text through filters defined by render.Filter and marddown, returning text suitable for HTML output. +Filter runs the text through filters defined by render.Filter and markdown, returning text suitable for HTML output. */ func (p *Post) Filter(txt []byte) []byte { txt = render.Filter(txt) |