Skip to content

Commit 72d8fdb

Browse files
committed
Fix a broken link in a doc comment.
1 parent 97200cb commit 72d8fdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//!
33
//! The way to use this is to call [`block_on()`]. Inside the future, [`Reactor::current`]
44
//! will give an instance of the [`Reactor`] running the event loop, which can be
5-
//! to [`Reactor::wait_for`] instances of
5+
//! to [`AsyncPollable::wait_for`] instances of
66
//! [`wasi::Pollable`](https://docs.rs/wasi/latest/wasi/io/poll/struct.Pollable.html).
77
//! This will automatically wait for the futures to resolve, and call the
88
//! necessary wakers to work.

0 commit comments

Comments
 (0)