From 82fdae7730ab13646b95dc796e7338fe3774bd91 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Thu, 14 Nov 2024 19:38:54 +0100 Subject: [PATCH] daemon/images: fix godoc for ImageActions Signed-off-by: Sebastiaan van Stijn --- daemon/images/metrics.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/images/metrics.go b/daemon/images/metrics.go index 1b1056462c..290aba38d3 100644 --- a/daemon/images/metrics.go +++ b/daemon/images/metrics.go @@ -4,7 +4,7 @@ import ( metrics "github.com/docker/go-metrics" ) -// ImagesActions measures the time it takes to process some image actions. +// ImageActions measures the time it takes to process some image actions. // Exported for use in the containerd-backed image store and it is not intended // for external consumption. Do not use! var ImageActions metrics.LabeledTimer