newedit/clicore: Change reference to Editor to App.

This commit is contained in:
Qi Xiao 2019-04-25 09:46:04 +01:00
parent d4fb9e5ffb
commit 16e04cca31

View File

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