From bb28112f47c4334518bbd2248d3c77116a249b36 Mon Sep 17 00:00:00 2001 From: Carlosokumu Date: Fri, 13 Sep 2024 21:55:40 +0300 Subject: [PATCH] add doc line --- internal/handlers/ussd/menuhandler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/handlers/ussd/menuhandler.go b/internal/handlers/ussd/menuhandler.go index 11f642d..ccb1ea5 100644 --- a/internal/handlers/ussd/menuhandler.go +++ b/internal/handlers/ussd/menuhandler.go @@ -615,7 +615,7 @@ func (h *Handlers) Quit(ctx context.Context, sym string, input []byte) (resource return res, nil } -// Quit displays the Thank you message and exits the menu +// QuitWithHelp displays helpline information then exits the menu func (h *Handlers) QuitWithHelp(ctx context.Context, sym string, input []byte) (resource.Result, error) { var res resource.Result