docs: fix typo in comment of plugin.Plugin.Err()

Signed-off-by: Hsing-Yu (David) Chen <davidhsingyuchen@gmail.com>
This commit is contained in:
Hsing-Yu (David) Chen 2023-03-13 11:46:01 -07:00
parent 31c9a66385
commit b39ac5d09b

View File

@ -80,7 +80,7 @@ type Plugin struct {
} }
// Err returns the errors during initialization. // Err returns the errors during initialization.
// returns nil if not error was encountered // returns nil if no error was encountered
func (p *Plugin) Err() error { func (p *Plugin) Err() error {
return p.err return p.err
} }