Skip to content

Commit e4d31aa

Browse files
authored
fix documentation error introduced by #1399 (#1402)
* fix documentation error introduced by #1399 * fix test introduced by error
1 parent d61f9b3 commit e4d31aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

protoc-gen-swagger/options/openapiv2.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protoc-gen-swagger/options/openapiv2.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ message Swagger {
2828
// it is not included, the API is served directly under the host. The value
2929
// MUST start with a leading slash (/). The basePath does not support path
3030
// templating.
31-
// Note that using this registration option will cause many gRPC library features (such as grpc.SendHeader, etc) to stop working. Consider using `base_path` does not change the endpoint paths that are
31+
// Note that using `base_path` does not change the endpoint paths that are
3232
// generated in the resulting Swagger file. If you wish to use `base_path`
3333
// with relatively generated Swagger paths, the `base_path` prefix must be
3434
// manually removed from your `google.api.http` paths and your code changed to

0 commit comments

Comments
 (0)