Skip to content

Commit

Permalink
Merge pull request #275 from carpawell/fix/dot-in-comment
Browse files Browse the repository at this point in the history
fix/Missing space after the period
  • Loading branch information
roman-khimov authored Sep 25, 2023
2 parents 7ae1a74 + 5d3a783 commit c1a97ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion object/service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion proto-docs/object.md
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ PUT Object response body
<a name="neo.fs.v2.object.Range"></a>

### 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 |
Expand Down

0 comments on commit c1a97ad

Please sign in to comment.