Improve grammar (#29040)
This commit is contained in:
parent
ea582828bb
commit
39914aa7ed
1 changed files with 2 additions and 2 deletions
|
|
@ -270,8 +270,8 @@ better safety for small clusters.
|
||||||
#### Consistency and response types
|
#### Consistency and response types
|
||||||
|
|
||||||
When using `ReadLocal`, you will never receive a `GetFailure` response, since the local replica is always available to
|
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
|
local readers. `WriteLocal` however may still reply with `UpdateFailure` messages if the `modify` function
|
||||||
threw an exception, or, if using @ref:[durable storage](#durable-storage), if storing failed.
|
throws an exception, or if it fails to persist to @ref:[durable storage](#durable-storage).
|
||||||
|
|
||||||
#### Examples
|
#### Examples
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue