From 66271fe9868facd3ccde4e558d786b0df9b27993 Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Sun, 5 Jan 2014 23:05:15 -0800 Subject: [PATCH] chore(Documentation/api): remove some whitespace --- Documentation/api.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/Documentation/api.md b/Documentation/api.md index 0200f3302..712379d86 100644 --- a/Documentation/api.md +++ b/Documentation/api.md @@ -357,7 +357,6 @@ curl -X GET http://127.0.0.1:4001/v2/keys/dir/asdf\?consistent\=true\&wait\=true } ``` - ### Atomic Compare-and-Swap (CAS) Etcd can be used as a centralized coordination service in a cluster and `CompareAndSwap` is the most basic operation used to build a distributed lock service. @@ -585,7 +584,6 @@ curl -L http://127.0.0.1:4001/v2/keys/dir?recursive=true -XDELETE } ``` - ### Creating a hidden node We can create a hidden key-value pair or directory by add a `_` prefix.