Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

openapiv2: fix comment #2701

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
openapiv2: fix comment
  • Loading branch information
kurochan committed May 23, 2022
commit 62c1e8bc248aff1c3bc163e3db48bb07dce6e301
4 changes: 2 additions & 2 deletions protoc-gen-openapiv2/options/openapiv2.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 protoc-gen-openapiv2/options/openapiv2.proto
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ enum Scheme {
// info: {
// title: "Echo API";
// version: "1.0";
// description: ";
// description: "";
// contact: {
// name: "gRPC-Gateway project";
// url: "https://github.com/grpc-ecosystem/grpc-gateway";
Expand Down Expand Up @@ -248,7 +248,7 @@ message Response {
// info: {
// title: "Echo API";
// version: "1.0";
// description: ";
// description: "";
// contact: {
// name: "gRPC-Gateway project";
// url: "https://github.com/grpc-ecosystem/grpc-gateway";
Expand Down