chore: remove repetitive words (#581)

Signed-off-by: divdeploy <chenguangxue@outlook.com>
This commit is contained in:
divdeploy
2024-04-05 17:40:23 +08:00
committed by GitHub
parent 7c630f8f16
commit f132b8e90e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -463,7 +463,7 @@ async fn e2e_feed_add_and_remove_shard() {
}))
.unwrap();
// Keep what we need to to keep connection alive and let us kill a shard:
// Keep what we need to keep connection alive and let us kill a shard:
shards.push((shard_id, node_tx));
}
+1 -1
View File
@@ -84,7 +84,7 @@ pub enum ServerMode {
shards: DenseMap<ProcessId, ShardProcess>,
},
ConnectToExistingMode {
/// The hosts that we can connect to to submit things.
/// The hosts that we can connect to submit things.
submit_hosts: Vec<String>,
/// Which host do we use next (we'll cycle around them
/// as shards are "added").