Skip to content

Commit

Permalink
chore: fix unrelated typo
Browse files Browse the repository at this point in the history
it was bothering me
  • Loading branch information
caarlos0 committed Nov 27, 2024
1 parent 101d9d0 commit 7102551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion options.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ func WithoutRenderer() ProgramOption {
// This feature is provisional, and may be changed or removed in a future version
// of this package.
//
// Deprecated: this incurs a noticable performance hit. A future release will
// Deprecated: this incurs a noticeable performance hit. A future release will
// optimize ANSI automatically without the performance penalty.
func WithANSICompressor() ProgramOption {
return func(p *Program) {
Expand Down

0 comments on commit 7102551

Please sign in to comment.