Skip to content

Commit 263d36d

Browse files
fix(docs): google cluster name should match example
Signed-off-by: Anton Engelhardt <antoncengelhardt@icloud.com>
1 parent d7de4ef commit 263d36d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traits.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ pub trait Context {
9090
/// impl HttpContext for MyPlugin {
9191
/// fn on_http_request_headers(&mut self, _num_headers: usize, _end_of_stream: bool) -> Action {
9292
/// match self.dispatch_http_call(
93-
/// "cluster_name_from_envoy_config",
93+
/// "google",
9494
/// vec![
9595
/// (":method", "GET"),
9696
/// (":path", "/"),

0 commit comments

Comments
 (0)