Skip to content

Commit af23a4c

Browse files
author
Lihua Tang
committed
fix: typo omitted -> ommitted
Signed-off-by: Lihua Tang <[email protected]>
1 parent 308d3cb commit af23a4c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

api/services/content/v1/content.pb.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/services/content/v1/content.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ service Content {
5555
// Only one active stream may exist at a time for each ref.
5656
//
5757
// Once a write stream has started, it may only write to a single ref, thus
58-
// once a stream is started, the ref may be ommitted on subsequent writes.
58+
// once a stream is started, the ref may be omitted on subsequent writes.
5959
//
6060
// For any write transaction represented by a ref, only a single write may
6161
// be made to a given offset. If overlapping writes occur, it is an error.

0 commit comments

Comments
 (0)