Skip to content

Commit

Permalink
metrics.go: fix typo (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
xsteadfastx authored Mar 19, 2024
1 parent 1efad2c commit b6cce23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ func WritePrometheus(w io.Writer, exposeProcessMetrics bool) {
// metrics.WriteProcessMetrics(w)
// })
//
// See also WrteFDMetrics.
// See also WriteFDMetrics.
func WriteProcessMetrics(w io.Writer) {
writeGoMetrics(w)
writeProcessMetrics(w)
Expand Down

0 comments on commit b6cce23

Please sign in to comment.