Skip to content

Commit

Permalink
Fix typo (#1838)
Browse files Browse the repository at this point in the history
  • Loading branch information
sungjk authored Dec 7, 2022
1 parent a736c0e commit 1e937e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ static <T> Supplier<Future<T>> decorateFuture(CircuitBreaker circuitBreaker,
/**
* Returns the circuit breaker to its original closed state, losing statistics.
* <p>
* Should only be used, when you want to want to fully reset the circuit breaker without
* Should only be used, when you want to fully reset the circuit breaker without
* creating a new one.
*/
void reset();
Expand Down

0 comments on commit 1e937e6

Please sign in to comment.