Skip to content

Commit 91e7c63

Browse files
Update pkg/epp/requestcontrol/request_control_config.go
Co-authored-by: Nir Rozenbaum <[email protected]>
1 parent 26d53d3 commit 91e7c63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/epp/requestcontrol/request_control_config.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ func (c *Config) WithPreRequestPlugins(plugins ...PreRequest) *Config {
4545
return c
4646
}
4747

48-
// WithResponseReceivedPlugins sets the given plugins as the Response plugins.
49-
// If the Config has Response plugins already, this call replaces the existing plugins with the given ones.
48+
// WithResponseReceivedPlugins sets the given plugins as the ResponseReceived plugins.
49+
// If the Config has ResponseReceived plugins already, this call replaces the existing plugins with the given ones.
5050
func (c *Config) WithResponseReceivedPlugins(plugins ...ResponseReceived) *Config {
5151
c.responseReceivedPlugins = plugins
5252
return c

0 commit comments

Comments
 (0)