We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70496b5 commit 647a408Copy full SHA for 647a408
1 file changed
platform/Sleep.roc
@@ -8,5 +8,5 @@ import Host
8
## This uses [rust's std::thread::sleep](https://doc.rust-lang.org/std/thread/fn.sleep.html).
9
##
10
millis! : U64 => {}
11
-millis! = |n|
12
- Host.sleep_millis!(n)
+millis! = |milliseconds|
+ Host.sleep_millis!(milliseconds)
0 commit comments