From a8503fbfc0f7425bec74a0ac41429b26bd269e73 Mon Sep 17 00:00:00 2001 From: Bruno Date: Tue, 10 Jul 2018 11:44:19 +0200 Subject: [PATCH] Update go-client-api.md Tiny typo. --- tikv/go-client-api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tikv/go-client-api.md b/tikv/go-client-api.md index 72854ad927065..787cbc1174b76 100644 --- a/tikv/go-client-api.md +++ b/tikv/go-client-api.md @@ -123,7 +123,7 @@ RawKVClient is a client of the TiKV server and only supports the GET/PUT/DELETE/ ## Try the Transactional Key-Value API -The Transactional Key-Value API is complicated than the Raw Key-Value API. Some transaction related concepts are listed as follows. For more details, see the [KV package](https://github.com/pingcap/tidb/tree/master/kv). +The Transactional Key-Value API is more complicated than the Raw Key-Value API. Some transaction related concepts are listed as follows. For more details, see the [KV package](https://github.com/pingcap/tidb/tree/master/kv). - Storage @@ -335,4 +335,4 @@ INFO[0000] [pd] init cluster id 6563858376412119197 key1 => value1 ([118 97 108 117 101 49]) key1 => value1 ([118 97 108 117 101 49]) key2 => value2 ([118 97 108 117 101 50]) -``` \ No newline at end of file +```