Fix comment (#3716)

This commit is contained in:
cutelisp 2025-04-12 11:27:00 +01:00 committed by GitHub
parent d36e7f4057
commit b88300ef7f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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