Skip to content

Commit

Permalink
doc/raw-http-howto.txt: Strike out-of-place comma
Browse files Browse the repository at this point in the history
Remove the comma in "key-level, document requests".  A comma separates
two modifiers of the same term, but "document" binds tighter, modifying
"requests" itself, whereas "key-level" modifies the compound term
"document requests" -- so a comma is no more appropriate here than it
would be in "striped candy cane".
  • Loading branch information
jjuran committed Sep 17, 2012
1 parent a7c83aa commit 11381fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/raw-http-howto.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ To delete a document, simply issue a DELETE request:

You'll find that further GETs of that URL return status code 404.

For each of the key-level, document requests, you may also specify the
For each of the key-level document requests, you may also specify the
query parameters 'r', 'w', 'dw', and 'rw', to tune the R (read), W
(write), DW (durable write), and RW (read-write, for delete) value for
that request. For instance:
Expand Down

0 comments on commit 11381fe

Please sign in to comment.