Improve grammar (#29040)

This commit is contained in:
yiksanchan 2020-05-07 13:11:10 -07:00 committed by GitHub
parent ea582828bb
commit 39914aa7ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -270,8 +270,8 @@ better safety for small clusters.
#### Consistency and response types
When using `ReadLocal`, you will never receive a `GetFailure` response, since the local replica is always available to
local readers. `WriteLocal` however may still reply with `UpdateFailure` messages, in the event that the `modify` function
threw an exception, or, if using @ref:[durable storage](#durable-storage), if storing failed.
local readers. `WriteLocal` however may still reply with `UpdateFailure` messages if the `modify` function
throws an exception, or if it fails to persist to @ref:[durable storage](#durable-storage).
#### Examples