From d38f0dfe7af9a6a8cac27764ad47f43af60896df Mon Sep 17 00:00:00 2001 From: usfbih8u Date: Thu, 12 Feb 2026 19:19:21 +0000 Subject: [PATCH] Fix documentation typo (#4006) Co-authored-by: usfbih8u <> --- internal/display/bufwindow.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/display/bufwindow.go b/internal/display/bufwindow.go index 2a317a51..ddbb044c 100644 --- a/internal/display/bufwindow.go +++ b/internal/display/bufwindow.go @@ -79,7 +79,7 @@ func (w *BufWindow) GetView() *View { return w.View } -// GetView sets the view. +// SetView sets the view. func (w *BufWindow) SetView(view *View) { w.View = view }