Skip to content

Commit

Permalink
table: remove wrong Chinese characters in comments (#10819)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhexuan Yang authored and qw4990 committed Jun 17, 2019
1 parent bb3a92d commit 68137ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion table/tables/tables.go
Expand Up @@ -796,7 +796,7 @@ func (t *tableCommon) removeRowIndices(ctx sessionctx.Context, h int64, rec []ty
return nil
}

// removeRowIndex implements table.Table RemoveRowIndex interface.
// removeRowIndex implements table.Table RemoveRowIndex interface.
func (t *tableCommon) removeRowIndex(sc *stmtctx.StatementContext, rm kv.RetrieverMutator, h int64, vals []types.Datum, idx table.Index, txn kv.Transaction) error {
return idx.Delete(sc, rm, vals, h, txn)
}
Expand Down

0 comments on commit 68137ed

Please sign in to comment.