Skip to content

Commit

Permalink
style(examples): Fixed a little typo (#2406)
Browse files Browse the repository at this point in the history
  • Loading branch information
linkersh authored Jan 12, 2025
1 parent 7cee1ad commit 65c7c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gateway-reshard.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ async fn main() -> anyhow::Result<()> {
.collect::<Vec<_>>();

loop {
// Dopping `JoinSet` aborts all its tasks.
// Dropping `JoinSet` aborts all its tasks.
let mut set = JoinSet::new();
for mut shard in shards {
set.spawn(async move {
Expand Down

0 comments on commit 65c7c8d

Please sign in to comment.