From e487ac75c558162eeba1e384cdeece28afb8459f Mon Sep 17 00:00:00 2001 From: gammazero <11790789+gammazero@users.noreply.github.com> Date: Thu, 7 Nov 2024 11:10:32 -1000 Subject: [PATCH] comment --- core/node/helpers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/node/helpers.go b/core/node/helpers.go index 46cf91148b4..b71b1852277 100644 --- a/core/node/helpers.go +++ b/core/node/helpers.go @@ -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.