From 071a0beb685c395048e5807301eec38f17d8dcf0 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 1 Apr 2025 17:42:31 -0400 Subject: [PATCH] Fix docs --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index ff79503..05d335c 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.