From 36edbc201cbf8b83b5cce599bc773fe524ceac26 Mon Sep 17 00:00:00 2001 From: Calvin Weng Date: Tue, 26 Mar 2019 10:32:59 +0800 Subject: [PATCH] Update content/docs/apis.md Signed-off-by: Calvin Weng --- content/docs/apis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/apis.md b/content/docs/apis.md index 71f308b..2880b52 100644 --- a/content/docs/apis.md +++ b/content/docs/apis.md @@ -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!