diff options
author | Steve Manuel <nilslice@gmail.com> | 2016-10-26 13:03:56 -0700 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2016-10-26 13:03:56 -0700 |
commit | 1c2b789b328777b2b82ab32e632271dcf7e074e3 (patch) | |
tree | 84f5916d90f0e535a9f8621cd4b6dde03a0d4218 /content | |
parent | dfe66cc52d9088dbf56ff38c50d791da2eefed78 (diff) |
debugging
Diffstat (limited to 'content')
-rw-r--r-- | content/post.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |