From 000dca9e0db43c7a58501f685c10e9f4849d4e02 Mon Sep 17 00:00:00 2001 From: johnabass Date: Tue, 11 Apr 2023 14:08:10 -0700 Subject: [PATCH] corrected the note about fx.Printer --- factory.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/factory.go b/factory.go index 2608e5d..38e4119 100644 --- a/factory.go +++ b/factory.go @@ -37,7 +37,7 @@ var ( // In addition, any DefaultNamespace and DefaultSubsystem set on the Config object // are enforced for every metric created through the Factory instance. // -// If an fx.Printer is supplied, it is used to log warnings about missing Help +// If a *zap.Logger is supplied, it is used to log warnings about missing Help // in *Opts structs. // // This package's functions that match metric types, e.g. Counter, CounterVec, etc, use