From b20afdc980bff069b705f17ece58a04899179314 Mon Sep 17 00:00:00 2001 From: Denis Gorbachev <829578+DenisGorbachev@users.noreply.github.com> Date: Thu, 12 Sep 2024 21:56:46 +0700 Subject: [PATCH] Fix a typo (#827) --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 4d14261b..35eccceb 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -185,7 +185,7 @@ //! //! ## Are we prompt yet? (Development status) //! -//! Nushell has now all the basic features to become the primary line editor for [nushell](https://github.com/nushell/nushell +//! Reedline has now all the basic features to become the primary line editor for [nushell](https://github.com/nushell/nushell //! ) //! //! - General editing functionality, that should feel familiar coming from other shells (e.g. bash, fish, zsh).