From 6244c77656e8f3e934a2981c5c7e9dacf938a492 Mon Sep 17 00:00:00 2001 From: Pavan Kumar Sunkara Date: Tue, 11 Jun 2024 00:22:46 +0100 Subject: [PATCH] Fix typos in changelog file. Fixes #314 --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55fcef6..cbf428f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### Enhancements -* Added `dialouger::Result` and `dialouger::Error` +* Added `dialoguer::Result` and `dialoguer::Error` * Added a `BasicHistory` implementation for `History` * Added vim mode for `FuzzySelect` * All prompts implement `Clone` @@ -27,7 +27,7 @@ * Prompt builder functions now take `mut self` instead of `&mut self` * Prompt builder functions now return `Self` instead of `&mut Self` * Prompt interaction functions now take `self` instead of `&self` -* Prompt interaction functions and other operations now return `dialouger::Result` instead of `std::io::Result` +* Prompt interaction functions and other operations now return `dialoguer::Result` instead of `std::io::Result` * Rename `Validator` to `InputValidator` * The trait method `Theme::format_fuzzy_select_prompt()` now takes a byte position instead of a cursor position in order to support UTF-8.