Merge pull request #8261 from davidhsingyuchen/plugins-err-typo
docs: fix typo in comment of plugin.Plugin.Err()
This commit is contained in:
commit
689cd12ee6
@ -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
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user