File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,8 @@ type HTTPRouteRule struct {
201201 // - Implementation-specific custom filters have no API guarantees across
202202 // implementations.
203203 //
204- // Specifying the same filter multiple times is not supported unless explicitly indicated in the filter.
204+ // Specifying the same filter multiple times is not supported unless explicitly
205+ // indicated in the filter.
205206 //
206207 // All filters are expected to be compatible with each other except for the
207208 // URLRewrite and RequestRedirect filters, which may not be combined. If an
@@ -617,7 +618,9 @@ type HTTPRouteFilter struct {
617618 // Requests are sent to the specified destination, but responses from
618619 // that destination are ignored.
619620 //
620- // This filter an be used multiple times within the same rule.
621+ // This filter can be used multiple times within the same rule. Note that
622+ // not all implementations will be able to support mirroring to multiple
623+ // backends.
621624 //
622625 // Support: Extended
623626 //
@@ -644,7 +647,7 @@ type HTTPRouteFilter struct {
644647 // "networking.example.net"). ExtensionRef MUST NOT be used for core and
645648 // extended filters.
646649 //
647- // This filter an be used multiple times within the same rule.
650+ // This filter can be used multiple times within the same rule.
648651 //
649652 // Support: Implementation-specific
650653 //
You can’t perform that action at this time.
0 commit comments