pesos / grofer

A system and resource monitoring tool written in Golang!
Apache License 2.0
352 stars 52 forks source link

Removed "New" from "NewMetricScraperFactory" in a comment #133

Closed 7wik-pk closed 3 years ago

7wik-pk commented 3 years ago

Description

The comment on line 53 said:

// NewMetricScraperFactory is a constructor for the NewMetricScraperFactory type.

so I started looking around for a struct named NewMetricScraperFactory lol. When I came to find that there wasn't one, I was sure that it was supposed to be MetricScraperFactory

Checklist: