Skip to content

Commit 647a408

Browse files
authored
sync with basic-ws
1 parent 70496b5 commit 647a408

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

platform/Sleep.roc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ import Host
88
## This uses [rust's std::thread::sleep](https://doc.rust-lang.org/std/thread/fn.sleep.html).
99
##
1010
millis! : U64 => {}
11-
millis! = |n|
12-
Host.sleep_millis!(n)
11+
millis! = |milliseconds|
12+
Host.sleep_millis!(milliseconds)

0 commit comments

Comments
 (0)