opsa double add

This commit is contained in:
Laurent Demailly
2025-04-17 10:26:08 -07:00
parent 57b351e5ca
commit d9f673b367

View File

@@ -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),