This commit is contained in:
Umputun
2018-03-11 19:01:37 -05:00
parent 92cd33f33e
commit f968c13312
+1 -1
View File
@@ -148,7 +148,7 @@ func (b *BoltDB) Create(comment Comment) (commentID string, err error) {
}
// Delete removes comment, by locator from the store.
// Posts collection only sets status to deleted and clear fileds in order to prevent breaking trees of replies.
// Posts collection only sets status to deleted and clear fields in order to prevent breaking trees of replies.
// From last bucket removed for real.
func (b *BoltDB) Delete(locator Locator, commentID string) error {