From e5c4c408b512b1e70381003fbff82b4b36e4b235 Mon Sep 17 00:00:00 2001 From: Wertzui123 <46199283+Wertzui123@users.noreply.github.com> Date: Mon, 6 Sep 2021 02:11:25 +0200 Subject: [PATCH] readline: fix typo (#11405) --- vlib/readline/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vlib/readline/README.md b/vlib/readline/README.md index edd4682bcb..a96936cd81 100644 --- a/vlib/readline/README.md +++ b/vlib/readline/README.md @@ -1,6 +1,6 @@ # Readline -The `readline` module let you await and read user input +The `readline` module lets you await and read user input from a terminal in an easy and structured manner. The module provides an easy way to prompt the user for