readline: fix doc comment example by removing it

This commit is contained in:
Delyan Angelov 2025-08-13 18:03:10 +03:00
parent 21afd13d50
commit 044c52b625
No known key found for this signature in database
GPG key ID: 66886C0F12D595ED

View file

@ -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