Fix comment (#3716)

This commit is contained in:
cutelisp
2025-04-12 11:27:00 +01:00
committed by GitHub
parent d36e7f4057
commit b88300ef7f

View File

@@ -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