Skip to content

Commit e79aa15

Browse files
authored
Merge pull request #45 from sunfishcode/sunfishcode/fix-doc-link
Fix a broken link in a doc comment.
2 parents ae00fce + 72d8fdb commit e79aa15

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)