Minor typo fix in dev docs (#8021)

Signed-off-by: NotRyan <ryan.chan@zilliz.com>

Co-authored-by: NotRyan <ryan.chan@zilliz.com>
pull/8029/head
NotRyan 2021-09-15 18:19:49 -07:00 committed by GitHub
parent e0761271dd
commit 8e2eb3b29b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 6 deletions

View File

@ -58,7 +58,7 @@ type TimeTickProvider interface {
The ID is stored in a key-value pair on etcd. The key is metaRootPath + "/services/ServerID". The initial value is 0. When a service is registered, it is incremented by 1 and returned to the next registered service.
###### Registeration
###### Registration
* Registration is achieved through etcd's lease mechanism.
@ -577,5 +577,3 @@ func (kv *RocksdbKV) MultiSaveAndRemoveWithPrefix(saves map[string]string, remov
```
RocksdbKV implements all *TxnKV* interfaces.h