From c29a5cdedb1fb030137baa7d141a397158c81a68 Mon Sep 17 00:00:00 2001 From: czkz <61359572+czkz@users.noreply.github.com> Date: Fri, 15 Oct 2021 06:08:31 +0300 Subject: [PATCH] term: fix readme typo (#12180) --- vlib/term/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vlib/term/README.md b/vlib/term/README.md index f9fcb9ec67..589013f336 100644 --- a/vlib/term/README.md +++ b/vlib/term/README.md @@ -53,7 +53,7 @@ term.ok_message('cool') // returns the string as red text to be printed on stdout term.fail_message('oh, no') // returns the string as yellow text to be printed on stdout -term.warning_message('be warned') +term.warn_message('be warned') // clears the entire terminal and leaves a blank one term.clear() // colors the output of the output, the available colors are: