From e3d9c784d885382a0a717e74a922436d3a17609e Mon Sep 17 00:00:00 2001 From: Francesco Romani Date: Wed, 26 May 2021 09:11:36 +0200 Subject: [PATCH] context: fix copypasta in the docs Fix wrong comment, likely due to trivial copy/paste mistake. No code changes. Signed-off-by: Francesco Romani --- pkg/context/context.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/context/context.go b/pkg/context/context.go index 315c2d8b..49d9bc97 100644 --- a/pkg/context/context.go +++ b/pkg/context/context.go @@ -51,7 +51,7 @@ func New(opts ...*option.Option) *Context { return ctx } -// FromEnv returns an Option that has been populated from the environs or +// FromEnv returns a Context that has been populated from the environs or // default options values func FromEnv() *Context { chrootVal := option.EnvOrDefaultChroot()