mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
readline: fix doc comment example by removing it
This commit is contained in:
parent
21afd13d50
commit
044c52b625
1 changed files with 0 additions and 1 deletions
|
@ -18,7 +18,6 @@ struct Winsize {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Readline is the key struct for reading and holding user input via a terminal.
|
// Readline is the key struct for reading and holding user input via a terminal.
|
||||||
// Example: import readline { Readline }
|
|
||||||
pub struct Readline {
|
pub struct Readline {
|
||||||
pub mut:
|
pub mut:
|
||||||
is_raw bool
|
is_raw bool
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue