Fix comment

This commit is contained in:
Tobie Morgan Hitchcock 2018-12-30 23:02:12 +01:00
parent c8d70c780c
commit a8f9198695

View file

@ -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 {