Skip to content

Commit 9da3735

Browse files
committed
Update documentation
1 parent bb47227 commit 9da3735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/history/handler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ func (h *Handler) DeepHealthCheck(
225225
return &historyservice.DeepHealthCheckResponse{State: enumsspb.HEALTH_STATE_SERVING}, nil
226226
}
227227

228-
// checkHistoryHealthSignal checks the history health signal that is captured by the interceptor.
228+
// checkHistoryHealthSignals checks the history health signal that is captured by the interceptor.
229229
func (h *Handler) checkHistoryHealthSignals() *historyservice.DeepHealthCheckResponse {
230230
// Check that the RPC latency doesn't exceed the threshold.
231231
if _, ok := h.historyHealthSignal.(*interceptor.NoopSignalAggregator); ok {

0 commit comments

Comments
 (0)