diff --git a/newedit/clicore/doc.go b/newedit/clicore/doc.go index fa835ec4..d4124d77 100644 --- a/newedit/clicore/doc.go +++ b/newedit/clicore/doc.go @@ -1,6 +1,6 @@ // Package clicore defines the core of Elvish's interactive line editor. It is // language-agnostic and can be used to build editors for other languages. // -// The center of this package is the Editor type. Most other types are either -// states managed by the Editor or dependencies of the Editor. +// The center of this package is the App type. Most other types are either +// states managed by the App or dependencies of the App. package clicore