From 16e04cca319a85b69486213d268acaee6636bdd3 Mon Sep 17 00:00:00 2001 From: Qi Xiao Date: Thu, 25 Apr 2019 09:46:04 +0100 Subject: [PATCH] newedit/clicore: Change reference to Editor to App. --- newedit/clicore/doc.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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