Merge pull request #2627 from legendtkl/master

fix typo Check-And_set to Check-And-Set
This commit is contained in:
James Phillips 2017-01-05 11:55:02 -08:00 committed by GitHub
commit 0d4baea1d2
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ $ consul kv get foo
zip
```
Consul can provide atomic key updates using a Check-And_set operation. To perform a CAS operation, specify the `-cas` flag:
Consul can provide atomic key updates using a Check-And-Set operation. To perform a CAS operation, specify the `-cas` flag:
```sh
$ consul kv put -cas -modify-index=123 foo bar