From f4a058e4ea16d48419544025861b1118edfea5c4 Mon Sep 17 00:00:00 2001 From: Carl Braganza Date: Fri, 18 Aug 2023 00:18:43 +0000 Subject: [PATCH] Minor typo --- spec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.md b/spec.md index 015dcde9..f3ef1485 100644 --- a/spec.md +++ b/spec.md @@ -3286,7 +3286,7 @@ The following conditions are well defined: | Condition | gRPC Code | Description | Recovery Behavior | |-----------|-----------|-------------|-------------------| | Missing or otherwise invalid argument | 3 INVALID_ARGUMENT | Indicates that a required argument field was not specified or an argument value is invalid | The caller should correct the error and resubmit the call. | -| Invalid `snapshot_id` | 5 NOT_FOUND | Indicates that the snapshot specified was not found. | The caller should re-check that these objects exist. | +| Invalid `snapshot_id` | 5 NOT_FOUND | Indicates that the snapshot specified was not found. | The caller should re-check that this object exists. | | Invalid `starting_offset` | 11 OUT_OF_RANGE | The starting offset exceeds the volume size. | The caller should specify a `starting_offset` less than the volume's size. | | Invalid `security_token` | 16 UNAUTHENTICATED | The specified authentication token is invalid or has expired. | The caller should obtain a new security token. |