Skip to content

Commit

Permalink
Better wording
Browse files Browse the repository at this point in the history
  • Loading branch information
aschey committed Mar 1, 2022
1 parent 46a4388 commit 51ef4a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion textinput/textinput.go
Expand Up @@ -203,7 +203,7 @@ func (m Model) Cursor() int {
return m.pos
}

// Blink returns whether the cursor should blink or not.
// Blink returns whether or not to draw the cursor.
func (m Model) Blink() bool {
return m.blink
}
Expand Down

0 comments on commit 51ef4a0

Please sign in to comment.