aboutsummaryrefslogtreecommitdiff
path: root/docs/README.md
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-04-01 17:42:31 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-04-01 17:42:31 -0400
commit071a0beb685c395048e5807301eec38f17d8dcf0 (patch)
tree62b62e8f6f9a360a68d87dfa7f78e4d198746355 /docs/README.md
parent83145ced31a0dba0ed25d2d9617a80a2b52b2fa5 (diff)
Fix docs
Diffstat (limited to 'docs/README.md')
-rw-r--r--docs/README.md2
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.