From 66572bbdfc7c10e5d428345040c2f5df08bf37bf Mon Sep 17 00:00:00 2001 From: saad-ali Date: Fri, 17 Oct 2025 03:26:02 +0000 Subject: [PATCH] Fix nit 2 sentences should be 2 lines --- spec.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spec.md b/spec.md index b4525616..bb1871a3 100644 --- a/spec.md +++ b/spec.md @@ -2162,7 +2162,8 @@ A Controller Plugin MUST implement this `GetSnapshot` RPC call if it has `GET_SN An SP that supports Group Controller Service and the CREATE_DELETE_GET_VOLUME_GROUP_SNAPSHOT capability SHOULD implement the `GetSnapshot` RPC in order to retrieve information for individual snapshots that are part of a group snapshot. `GetSnapshotResponse` should contain current information of a snapshot if it exists. -If the snapshot does not exist any more, `GetSnapshot` should return gRPC error code `NOT_FOUND`. Snapshots which were recently created and not yet ready to use must be retrievable with this RPC. +If the snapshot does not exist any more, `GetSnapshot` should return gRPC error code `NOT_FOUND`. +Snapshots which were recently created and not yet ready to use must be retrievable with this RPC. ```protobuf message GetSnapshotRequest {