Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sugmanue committed Jun 5, 2024
1 parent 3751fed commit cb8b5cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ public Builder toBuilder() {

/**
* Returns the name used externally of the given mode. This name is used in the profile `retry_mode` setting or in the
* system property. Externally, "adaptive" gets mapped to RetryMode.ADAPTIVE_V2, and "adaptive_v2" an internal name
* system property. Externally, "adaptive" gets mapped to RetryMode.ADAPTIVE_V2, and "adaptive_v2" is an internal name
* only and not supported externally.
*/
public String modeExternalName() {
Expand Down

0 comments on commit cb8b5cd

Please sign in to comment.