docs(cursor): fix typo in comment

This commit is contained in:
Christian Rocha
2024-10-23 16:43:22 -04:00
parent 7d60fd1ebd
commit 95e716e9ec
+3 -1
View File
@@ -52,10 +52,12 @@ func (c Mode) String() string {
// Model is the Bubble Tea model for this cursor element.
type Model struct {
BlinkSpeed time.Duration
// Style for styling the cursor block.
Style lipgloss.Style
// TextStyle is the style used for the cursor when it is hidden (when blinking).
// I.e. displaying normal text.
// i.e. displaying normal text.
TextStyle lipgloss.Style
// char is the character under the cursor