Skip to content

Commit 6257378

Browse files
committed
Fix typo
1 parent e0ff069 commit 6257378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/common/io/promise.effekt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ extern {async, global} def await[T](promise: Promise[T]): T =
7878
return value
7979
case Pending(futures) =>
8080
val future = future::allocate()
81-
// TODO user reference.set and future.wait
81+
// TODO use reference.set and future.wait
8282
set(reference, Pending(Cons(future, futures)))
8383
wait(future)
8484
}

0 commit comments

Comments
 (0)