Fix comment
This commit is contained in:
parent
c8d70c780c
commit
a8f9198695
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue