Skip to content

Commit

Permalink
fix grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
easwars committed Oct 12, 2022
1 parent c4e48b1 commit 651dc63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/testutils/xds/e2e/server.go
Expand Up @@ -106,8 +106,8 @@ type ManagementServerOptions struct {
// resources allocated by the management server.
func StartManagementServer(opts *ManagementServerOptions) (*ManagementServer, error) {
// Create a snapshot cache. The first parameter controls whether the server
// will wait for all resources to explicitly named in the request before
// responding to any of them.
// should wait for all resources to be explicitly named in the request
// before responding to any of them.
wait := true
if opts != nil {
wait = !opts.AllowResourceSubset
Expand Down

0 comments on commit 651dc63

Please sign in to comment.