Skip to content

Commit 2cc3366

Browse files
authored
fix quote (#3359)
1 parent 212cf42 commit 2cc3366

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

mesh/v1alpha1/config.pb.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mesh/v1alpha1/config.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -1289,7 +1289,7 @@ message MeshConfig {
12891289
google.protobuf.Duration timeout = 1;
12901290

12911291
// Optional. Additional metadata to include in streams initiated to the GrpcService. This can be used for
1292-
// scenarios in which additional ad hoc authorization headers (e.g. x-foo-bar: baz-key) are to
1292+
// scenarios in which additional ad hoc authorization headers (e.g. "x-foo-bar: baz-key") are to
12931293
// be injected.
12941294
repeated HttpHeader initial_metadata = 2;
12951295
}

mesh/v1alpha1/istio.mesh.v1alpha1.pb.html

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)