Skip to content

Commit

Permalink
fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dwrensha committed Sep 15, 2024
1 parent 95dd905 commit 3efecd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capnp-rpc/src/local.rs
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ where
// to have any side effects before the promise is returned to the caller. This helps avoid
// race conditions.
//
// TODO: actually use some kind of queue here to guarantee that call order in maintained.
// TODO: actually use some kind of queue here to guarantee that call order is maintained.
// This currently relies on the task scheduler being first-in-first-out.
let inner = self.inner.clone();
Promise::from_future(async move {
Expand Down

0 comments on commit 3efecd7

Please sign in to comment.