Skip to content

Commit 689cd12

Browse files
authored
Merge pull request containerd#8261 from davidhsingyuchen/plugins-err-typo
docs: fix typo in comment of plugin.Plugin.Err()
2 parents 1fbd703 + b39ac5d commit 689cd12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/context.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ type Plugin struct {
8080
}
8181

8282
// Err returns the errors during initialization.
83-
// returns nil if not error was encountered
83+
// returns nil if no error was encountered
8484
func (p *Plugin) Err() error {
8585
return p.err
8686
}

0 commit comments

Comments
 (0)