Skip to content

Commit

Permalink
Update a comment
Browse files Browse the repository at this point in the history
Signed-off-by: Radoslav Dimitrov <[email protected]>
  • Loading branch information
rdimitrov committed Nov 6, 2024
1 parent 4ddddf7 commit 12fd187
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/docs/ref/proto.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pkg/api/openapi/minder/v1/minder.swagger.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pkg/api/protobuf/go/minder/v1/minder.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions proto/minder/v1/minder.proto
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ extend google.protobuf.MethodOptions {
// retrieve.
message Cursor {
// cursor is the index to start from within the collection being
// retrieved. It's an opaque payload specified and interpreted on
// an per-rpc basis. Note it is base64 encoded.
// retrieved. It's base64 encoded payload specified and interpreted on
// an per-rpc basis.
string cursor = 1 [
(buf.validate.field).string = {
pattern: "^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$",
Expand Down

0 comments on commit 12fd187

Please sign in to comment.