mirror of https://github.com/tikv/client-go.git
doc(tikv/test_probe.go) fix case typo in comment. (#778)
Signed-off-by: Violin0622 <violin0622@outlook.com>
This commit is contained in:
parent
2be71b35ee
commit
44663b372a
|
|
@ -46,7 +46,7 @@ import (
|
|||
pd "github.com/tikv/pd/client"
|
||||
)
|
||||
|
||||
// StoreProbe wraps KVSTore and exposes internal states for testing purpose.
|
||||
// StoreProbe wraps KVStore and exposes internal states for testing purpose.
|
||||
type StoreProbe struct {
|
||||
*KVStore
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue