Skip to content

Commit b88300e

Browse files
authored
Fix comment (zyedidia#3716)
1 parent d36e7f4 commit b88300e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/action/actions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ func (h *BufPane) ScrollUpAction() bool {
153153
return true
154154
}
155155

156-
// ScrollDownAction scrolls the view up
156+
// ScrollDownAction scrolls the view down
157157
func (h *BufPane) ScrollDownAction() bool {
158158
h.ScrollDown(util.IntOpt(h.Buf.Settings["scrollspeed"]))
159159
return true

0 commit comments

Comments
 (0)