Преглед изворни кода

Merge pull request #956 from jurmous/patch-2

Remove an invalid comma from api.md example
Yicheng Qin пре 11 година
родитељ
комит
3fc68f00f0
1 измењених фајлова са 1 додато и 1 уклоњено
  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"
-	},
+	}
 }
 ```