diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-04-01 17:42:31 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-04-01 17:42:31 -0400 |
| commit | 071a0beb685c395048e5807301eec38f17d8dcf0 (patch) | |
| tree | 62b62e8f6f9a360a68d87dfa7f78e4d198746355 | |
| parent | 83145ced31a0dba0ed25d2d9617a80a2b52b2fa5 (diff) | |
Fix docs
| -rw-r--r-- | docs/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/README.md b/docs/README.md index ff79503a..05d335cc 100644 --- a/docs/README.md +++ b/docs/README.md @@ -38,7 +38,7 @@ Information about Tomo's built-in types can be found here: Gets a line of user input text with a prompt. ```tomo -func ask(prompt:Text, bold:Bool = yes, force_tty:Bool = yes -> Void) +func ask(prompt:Text, bold:Bool = yes, force_tty:Bool = yes -> Text?) ``` - `prompt`: The text to print as a prompt before getting the input. |
