We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1fbd703 + b39ac5d commit 689cd12Copy full SHA for 689cd12
plugin/context.go
@@ -80,7 +80,7 @@ type Plugin struct {
80
}
81
82
// Err returns the errors during initialization.
83
-// returns nil if not error was encountered
+// returns nil if no error was encountered
84
func (p *Plugin) Err() error {
85
return p.err
86
0 commit comments