Pārlūkot izejas kodu

Merge pull request #956 from jurmous/patch-2

Remove an invalid comma from api.md example
Yicheng Qin 11 gadi atpakaļ
vecāks
revīzija
3fc68f00f0
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      Documentation/api.md

+ 1 - 1
Documentation/api.md

@@ -417,7 +417,7 @@ curl 'http://127.0.0.1:4001/v2/keys/dir/asdf?consistent=true&wait=true'
 		"dir":true,
 		"modifiedIndex": 17,
 		"expiration": "2013-12-11T10:39:35.689275857-08:00"
-	},
+	}
 }
 ```