Fix documentation typo (#4006)

Co-authored-by: usfbih8u <>
This commit is contained in:
usfbih8u
2026-02-12 19:19:21 +00:00
committed by GitHub
parent 4aa706cbc5
commit d38f0dfe7a

View File

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