Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
taylanisikdemir committed Oct 15, 2024
1 parent 10d7bcb commit 98e667f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/rpc/peer_chooser.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ type (
ServiceName string

// EnableConnectionRetainingDirectChooser is used by direct peer chooser.
// If false, yarpc's own default direct peer chooser will be used which doesn retain connections.
// If false, yarpc's own default direct peer chooser will be used which doesn't retain connections.
// If true, cadence's own direct peer chooser will be used which retains connections.
EnableConnectionRetainingDirectChooser dynamicconfig.BoolPropertyFn
}
Expand Down

0 comments on commit 98e667f

Please sign in to comment.