Merge pull request #8271 from godcongdev/master

fix document error
This commit is contained in:
Steven Allen 2021-07-19 11:22:32 -07:00 committed by GitHub
commit d2db8b4966
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -298,7 +298,7 @@ func (loader *PluginLoader) Start(node *core.IpfsNode) error {
return loader.transition(loaderStarting, loaderStarted)
}
// StopDaemon stops all long-running plugins.
// Close stops all long-running plugins.
func (loader *PluginLoader) Close() error {
switch loader.state {
case loaderClosing, loaderFailed, loaderClosed: