Skip to content

Commit

Permalink
Update go-client-api.md (#528)
Browse files Browse the repository at this point in the history
Tiny typo.
  • Loading branch information
brunoban authored and QueenyJin committed Jul 11, 2018
1 parent 8345a1c commit 2f57d03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tikv/go-client-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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])
```
```

0 comments on commit 2f57d03

Please sign in to comment.