瀏覽代碼

docs/api.md: fix documentation

Fix documentation
mqliang 10 年之前
父節點
當前提交
8c580ffe2d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Documentation/api.md

+ 1 - 1
Documentation/api.md

@@ -506,7 +506,7 @@ The current comparable conditions are:
 
 2. `prevIndex` - checks the previous modifiedIndex of the key.
 
-3. `prevExist` - checks existence of the key: if `prevExist` is true, it is an `update` request; if prevExist is `false`, it is a `create` request.
+3. `prevExist` - checks existence of the key: if `prevExist` is true, it is an `update` request; if `prevExist` is `false`, it is a `create` request.
 
 Here is a simple example.
 Let's create a key-value pair first: `foo=one`.