Update content/docs/apis.md

Signed-off-by: Calvin Weng <wenghao@pingcap.com>
This commit is contained in:
Calvin Weng 2019-03-26 10:32:59 +08:00 committed by Ana Hobden
parent 80e34b2e8b
commit 36edbc201c
1 changed files with 1 additions and 1 deletions

View File

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