Skip to content

Commit c1a97ad

Browse files
authored
Merge pull request #275 from carpawell/fix/dot-in-comment
fix/Missing space after the period
2 parents 7ae1a74 + 5d3a783 commit c1a97ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

object/service.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ message SearchResponse {
570570
neo.fs.v2.session.ResponseVerificationHeader verify_header = 3;
571571
}
572572

573-
// Object payload range.Ranges of zero length SHOULD be considered as invalid.
573+
// Object payload range. Ranges of zero length SHOULD be considered as invalid.
574574
message Range {
575575
// Offset of the range from the object payload start
576576
uint64 offset = 1;

proto-docs/object.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ PUT Object response body
678678
<a name="neo.fs.v2.object.Range"></a>
679679

680680
### Message Range
681-
Object payload range.Ranges of zero length SHOULD be considered as invalid.
681+
Object payload range. Ranges of zero length SHOULD be considered as invalid.
682682

683683

684684
| Field | Type | Label | Description |

0 commit comments

Comments
 (0)