Skip to content

Commit

Permalink
typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
trentm committed Jun 4, 2021
1 parent 347466e commit ea3be9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ansipainter/ansipainter.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ type ANSIPainter struct {
painting bool
}

// Paint with write the ANSI code to start styling with the ANSI SGR configured
// Paint will write the ANSI code to start styling with the ANSI SGR configured
// for the given `role`.
func (p *ANSIPainter) Paint(b *strings.Builder, role string) {
sgr, ok := p.sgrFromRole[role]
Expand Down

0 comments on commit ea3be9a

Please sign in to comment.