mirror of https://github.com/tikv/website.git
Update content/docs/apis.md
Signed-off-by: Calvin Weng <wenghao@pingcap.com>
This commit is contained in:
parent
80e34b2e8b
commit
36edbc201c
|
|
@ -62,7 +62,7 @@ use tikv_client::{Config, raw::Client}
|
|||
use futures::Future;
|
||||
```
|
||||
|
||||
Build an instance of `Config` then using it to build an instance of a `Client`.
|
||||
Build an instance of `Config`, then use it to build an instance of a `Client`.
|
||||
|
||||
```rust
|
||||
let config = Config::new(vec![ // Always use more than one PD endpoint!
|
||||
|
|
|
|||
Loading…
Reference in New Issue