mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 15:37:56 -05:00
Fix typos in doc (#13583)
Signed-off-by: Thabokani <149070269+Thabokani@users.noreply.github.com> Co-authored-by: Nishant Das <nishdas93@gmail.com>
This commit is contained in:
@@ -91,7 +91,7 @@ func scrapeProm(url string, tripper http.RoundTripper) (map[string]*dto.MetricFa
|
||||
for {
|
||||
select {
|
||||
case fam, chanOpen := <-mfChan:
|
||||
// FetchMetricFamiles will close the channel when done
|
||||
// FetchMetricFamilies will close the channel when done
|
||||
// at which point we want to stop the goroutine
|
||||
if fam == nil && !chanOpen {
|
||||
return result, nil
|
||||
|
||||
Reference in New Issue
Block a user