Skip to content

Commit

Permalink
context: fix copypasta in the docs
Browse files Browse the repository at this point in the history
Fix wrong comment, likely due to trivial copy/paste mistake.
No code changes.

Signed-off-by: Francesco Romani <fromani@redhat.com>
  • Loading branch information
ffromani committed May 26, 2021
1 parent a7823c0 commit e3d9c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/context/context.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit e3d9c78

Please sign in to comment.