From 1c2b789b328777b2b82ab32e632271dcf7e074e3 Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Wed, 26 Oct 2016 13:03:56 -0700 Subject: debugging --- content/post.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/post.go b/content/post.go index 206532c..c800479 100644 --- a/content/post.go +++ b/content/post.go @@ -89,7 +89,7 @@ func (p *Post) SetSlug(slug string) { p.Slug = slug } // Editor partially implements editor.Editable func (p *Post) Editor() *editor.Editor { return &p.editor } -// Accepts accepts or recjects external requests to submit Review submissions +// Accepts accepts or recjects external requests to submit Post content func (p *Post) Accepts() bool { return true } -- cgit v1.2.3