From dc81fad8a8a1bed8d5972b4a909d36778b6597ec Mon Sep 17 00:00:00 2001 From: Qingwei Li Date: Wed, 15 Jan 2025 14:25:13 +0800 Subject: [PATCH] Update runtime/metrics/doc.go, polish sentences by removing redundant "in reponse" --- src/runtime/metrics/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/metrics/doc.go b/src/runtime/metrics/doc.go index 563ddf4c959405..8fabeb7039094c 100644 --- a/src/runtime/metrics/doc.go +++ b/src/runtime/metrics/doc.go @@ -104,7 +104,7 @@ Below is the full list of supported metrics, ordered lexicographically. /cpu/classes/scavenge/assist:cpu-seconds Estimated total CPU time spent returning unused memory to the - underlying platform in response eagerly in response to memory + underlying platform in response eagerly to memory pressure. This metric is an overestimate, and not directly comparable to system CPU time measurements. Compare only with other /cpu/classes metrics.