chore: fix some typos (#3239)

Signed-off-by: lvyaoting <lvyaoting@outlook.com>
This commit is contained in:
lvyaoting
2024-04-08 18:04:38 +08:00
committed by GitHub
parent 467c71dbb8
commit d1d38d1ed7
5 changed files with 5 additions and 5 deletions

View File

@@ -1011,7 +1011,7 @@ func (b *Buffer) MergeCursors() {
b.EventHandler.active = b.curCursor
}
// UpdateCursors updates all the cursors indicies
// UpdateCursors updates all the cursors indices
func (b *Buffer) UpdateCursors() {
b.EventHandler.cursors = b.cursors
b.EventHandler.active = b.curCursor