We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dec165 commit 32cee5dCopy full SHA for 32cee5d
pkg/monitoring/balance/generic_balance.go
@@ -85,7 +85,7 @@ type genericBalanceMonitor struct {
85
// Updates the balance metric
86
updateFn func(ctx context.Context, acc string, balance float64) // overridable for testing
87
88
- // Cached instance, intermitently reset to nil.
+ // Cached instance, intermittently reset to nil.
89
reader GenericBalanceClient
90
91
stop services.StopChan
0 commit comments