Skip to content

Commit

Permalink
chore: Fix the typo in IngressQueue comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoljub-duric committed Feb 12, 2024
1 parent 75c4492 commit 8abd00f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rs/replicated_state/src/canister_state/queues/queue.rs
Expand Up @@ -828,7 +828,7 @@ impl TryFrom<pb_queues::InputOutputQueue> for OutputQueue {
/// the back of `schedule`.
///
/// When `pop()` is called `IngressQueue` returns the first Ingress message
/// from the canister at the front of the `schedlue`. If that canister
/// from the canister at the front of the `schedule`. If that canister
/// has other incoming Ingress messages it is moved to the
/// back of `schedule`, otherwise it is removed from `schedule`.
///
Expand Down

0 comments on commit 8abd00f

Please sign in to comment.