We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9df2bb commit 17a4becCopy full SHA for 17a4bec
capnp-rpc/src/lib.rs
@@ -165,7 +165,7 @@ pub trait VatNetwork<VatId> {
165
/// [level 3](https://capnproto.org/rpc.html#protocol-features) features.
166
///
167
/// An `RpcSystem` is a non-`Send`able `Future` and needs to be driven by a task
168
-/// executor. A common way accomplish that is to pass the `RpcSystem` to
+/// executor. A common way accomplish that is to pass the `RpcSystem` to
169
/// `tokio::task::spawn_local()`.
170
#[must_use = "futures do nothing unless polled"]
171
pub struct RpcSystem<VatId>
0 commit comments