diff options
Diffstat (limited to 'docs/README.md')
| -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 763f863a..642293ce 100644 --- a/docs/README.md +++ b/docs/README.md @@ -76,7 +76,7 @@ Exits the program with a given status and optionally prints a message. **Usage:** ```markdown -ask(message:Text = "", status:Int32 = 0_i32) -> Void +ask(message:Text = "", status:Int32 = 0[32]) -> Void ``` **Parameters:** |
