From 5d3a78356e766ccf6011c7df47dd941304b91519 Mon Sep 17 00:00:00 2001 From: Pavel Karpy Date: Mon, 25 Sep 2023 15:17:46 +0300 Subject: [PATCH] object: Fix missing space after the period It took me 1 minute to understand that it is _not_ a reference. Signed-off-by: Pavel Karpy --- object/service.proto | 2 +- proto-docs/object.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/object/service.proto b/object/service.proto index 853ce00..c1f9622 100644 --- a/object/service.proto +++ b/object/service.proto @@ -570,7 +570,7 @@ message SearchResponse { neo.fs.v2.session.ResponseVerificationHeader verify_header = 3; } -// Object payload range.Ranges of zero length SHOULD be considered as invalid. +// Object payload range. Ranges of zero length SHOULD be considered as invalid. message Range { // Offset of the range from the object payload start uint64 offset = 1; diff --git a/proto-docs/object.md b/proto-docs/object.md index f5c78d5..b46673a 100644 --- a/proto-docs/object.md +++ b/proto-docs/object.md @@ -678,7 +678,7 @@ PUT Object response body ### Message Range -Object payload range.Ranges of zero length SHOULD be considered as invalid. +Object payload range. Ranges of zero length SHOULD be considered as invalid. | Field | Type | Label | Description |