From 7102551e3cd92566562ff6fe694f439f2760667e Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Wed, 27 Nov 2024 13:51:20 -0300 Subject: [PATCH] chore: fix unrelated typo it was bothering me --- options.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options.go b/options.go index 12e92e4e8e..c509353b18 100644 --- a/options.go +++ b/options.go @@ -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) {