Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gammazero committed Nov 13, 2024
1 parent b7f04af commit 966d77a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/node/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type lcStartStop struct {
LC fx.Lifecycle
}

// Append wraps a finction into a fx.Hook and appends it to the fx.Lifecycle.
// Append wraps a function into a fx.Hook and appends it to the fx.Lifecycle.
func (lcss *lcStartStop) Append(f func() func()) {
// Hooks are guaranteed to run in sequence. If a hook fails to start, its
// OnStop won't be executed.
Expand Down

0 comments on commit 966d77a

Please sign in to comment.