Skip to content

Commit 69691de

Browse files
docs: fix typo in comment of plugin.Plugin.Err()
Signed-off-by: Hsing-Yu (David) Chen <davidhsingyuchen@gmail.com>
1 parent 2b79683 commit 69691de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

context.go

Lines changed: 1 addition & 1 deletion
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)