Skip to content

Commit d2db8b4

Browse files
authored
Merge pull request #8271 from godcongdev/master
fix document error
2 parents 9599ad5 + 8c33716 commit d2db8b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/loader/loader.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ func (loader *PluginLoader) Start(node *core.IpfsNode) error {
298298
return loader.transition(loaderStarting, loaderStarted)
299299
}
300300

301-
// StopDaemon stops all long-running plugins.
301+
// Close stops all long-running plugins.
302302
func (loader *PluginLoader) Close() error {
303303
switch loader.state {
304304
case loaderClosing, loaderFailed, loaderClosed:

0 commit comments

Comments
 (0)