Browse Source

Merge pull request #431 from btipling/master

Weird grammar, not sure I fixed it well enough.
Brandon Philips 12 years ago
parent
commit
6b8b6cda66
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -415,7 +415,7 @@ curl -X GET http://127.0.0.1:4001/v2/keys/dir/asdf\?consistent\=true\&wait\=true
 
 
 ### Atomic Compare-and-Swap (CAS)
 ### Atomic Compare-and-Swap (CAS)
 
 
-Etcd can be used as a centralized coordination service in a cluster and `CompareAndSwap` is the most basic operation to build distributed lock service.
+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.
 
 
 This command will set the value of a key only if the client-provided conditions are equal to the current conditions.
 This command will set the value of a key only if the client-provided conditions are equal to the current conditions.