mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
term: fix readme typo (#12180)
This commit is contained in:
parent
4d1307f29b
commit
c29a5cdedb
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user