Skip to content

Commit

Permalink
Update spinner.go
Browse files Browse the repository at this point in the history
Co-authored-by: ccoVeille <[email protected]>
  • Loading branch information
caarlos0 and ccoVeille authored Jan 21, 2025
1 parent 6017a80 commit 11c3535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spinner/spinner.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func (s *Spinner) Title(title string) *Spinner {
}

// Output set the output for the spinner.
// Default is STDOUT when [Accessible], STDERR otherwise.
// Default is STDOUT when [Spinner.Accessible], STDERR otherwise.
func (s *Spinner) Output(w io.Writer) *Spinner {
s.output = w
return s
Expand Down

0 comments on commit 11c3535

Please sign in to comment.