From b88300ef7f0a5756520094194dd1c83b5f8130c3 Mon Sep 17 00:00:00 2001 From: cutelisp Date: Sat, 12 Apr 2025 11:27:00 +0100 Subject: [PATCH] Fix comment (#3716) --- internal/action/actions.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/action/actions.go b/internal/action/actions.go index 48469fec..f2449121 100644 --- a/internal/action/actions.go +++ b/internal/action/actions.go @@ -153,7 +153,7 @@ func (h *BufPane) ScrollUpAction() bool { return true } -// ScrollDownAction scrolls the view up +// ScrollDownAction scrolls the view down func (h *BufPane) ScrollDownAction() bool { h.ScrollDown(util.IntOpt(h.Buf.Settings["scrollspeed"])) return true