Skip to content

Commit

Permalink
docs(spinner): correct comment about internal ID (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
vzvu3k6k committed Jun 21, 2022
1 parent 658a4fe commit 4d0a0ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spinner/spinner.go
Expand Up @@ -8,8 +8,8 @@ import (
"github.com/charmbracelet/lipgloss"
)

// Internal ID management for text inputs. Necessary for blink integrity when
// multiple text inputs are involved.
// Internal ID management. Used during animating to ensure that frame messages
// are received only by spinner components that sent them.
var (
lastID int
idMtx sync.Mutex
Expand Down

0 comments on commit 4d0a0ea

Please sign in to comment.