diff options
Diffstat (limited to 'api/builtins.md')
| -rw-r--r-- | api/builtins.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/api/builtins.md b/api/builtins.md index 0b06a41b..dfe62306 100644 --- a/api/builtins.md +++ b/api/builtins.md @@ -163,14 +163,14 @@ setenv("FOOBAR", "xyz") ## sleep ```tomo -sleep : func(seconds: Num -> Void) +sleep : func(seconds: Float64 -> Void) ``` Pause execution for a given number of seconds. Argument | Type | Description | Default ---------|------|-------------|--------- -seconds | `Num` | How many seconds to sleep for. | - +seconds | `Float64` | How many seconds to sleep for. | - **Return:** Nothing. |
