Skip to content

Commit

Permalink
Queing spelling change in channels.md
Browse files Browse the repository at this point in the history
Both 'queing' and 'queueing' are correct, but for consistency's sake sticking to 'queing'
  • Loading branch information
garikAsplund authored May 1, 2024
1 parent a142bc1 commit 2c8e06a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/tokio/tutorial/channels.md
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ You can find the entire code [here][full].
# Backpressure and bounded channels

Whenever concurrency or queuing is introduced, it is important to ensure that the
queueing is bounded and the system will gracefully handle the load. Unbounded queues
queing is bounded and the system will gracefully handle the load. Unbounded queues
will eventually fill up all available memory and cause the system to fail in
unpredictable ways.

Expand Down

0 comments on commit 2c8e06a

Please sign in to comment.