From a8f919869577375b77e225e6d67584ca53cce895 Mon Sep 17 00:00:00 2001 From: Tobie Morgan Hitchcock Date: Sun, 30 Dec 2018 23:02:12 +0100 Subject: [PATCH] Fix comment --- db/document.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/db/document.go b/db/document.go index 1ae485f8..9cd673bb 100644 --- a/db/document.go +++ b/db/document.go @@ -344,8 +344,8 @@ func (d *document) shouldDrop(ctx context.Context) (bool, error) { func (d *document) shouldVersn(ctx context.Context) (bool, error) { // Check whether it is specified - // that the table should drop - // writes, and if so, then return. + // that the table should keep + // all document versions. tb, err := d.getTB(ctx) if err != nil {