From d9f673b367ed32531331def311e3d9f3b58ebf7f Mon Sep 17 00:00:00 2001 From: Laurent Demailly Date: Thu, 17 Apr 2025 10:26:08 -0700 Subject: [PATCH] opsa double add --- terminal.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminal.go b/terminal.go index 3350de5..f419bf3 100644 --- a/terminal.go +++ b/terminal.go @@ -43,7 +43,7 @@ var vt100EscapeCodes = EscapeCodes{ // to 100 slots. Clients can provide alternate implementations of History to // change this behavior. type History interface { - // Add adds will be called by [Terminal.ReadLine] to add + // Add will be called by [Terminal.ReadLine] to add // a new, most recent entry to the history. // It is allowed to drop any entry, including // the entry being added (e.g., if it's deemed an invalid entry),