doc(tikv/test_probe.go) fix case typo in comment. (#778)

Signed-off-by: Violin0622 <violin0622@outlook.com>
This commit is contained in:
Violin 2023-04-26 15:50:49 +08:00 committed by GitHub
parent 2be71b35ee
commit 44663b372a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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