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) {
|
func (d *document) shouldVersn(ctx context.Context) (bool, error) {
|
||||||
|
|
||||||
// Check whether it is specified
|
// Check whether it is specified
|
||||||
// that the table should drop
|
// that the table should keep
|
||||||
// writes, and if so, then return.
|
// all document versions.
|
||||||
|
|
||||||
tb, err := d.getTB(ctx)
|
tb, err := d.getTB(ctx)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Reference in a new issue