Skip to content

Commit

Permalink
Mention stderr in method docs
Browse files Browse the repository at this point in the history
  • Loading branch information
FollowTheProcess committed Oct 10, 2022
1 parent 40ca725 commit 3391f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msg.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ type Printer struct {
}

// Default constructs and returns a default Printer with sensible colors and symbols
// configured to print to os.Stdout.
// configured to print to os.Stdout and send error output to os.Stderr.
func Default() Printer {
return Printer{
SymbolInfo: defaultInfoSymbol,
Expand Down

0 comments on commit 3391f08

Please sign in to comment.