chore: fix some typos in comments (#586)

Signed-off-by: tgolang <seekseat@aliyun.com>
This commit is contained in:
tgolang
2024-04-30 16:42:53 +08:00
committed by GitHub
parent 7bf2925a23
commit e2a17cb945
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -767,7 +767,7 @@ async fn e2e_slow_feeds_are_disconnected() {
}
/// If something connects to the `/submit` endpoint, there is a limit to the number
/// of different messags IDs it can send telemetry about, to prevent a malicious actor from
/// of different messages IDs it can send telemetry about, to prevent a malicious actor from
/// spamming a load of message IDs and exhausting our memory.
#[tokio::test]
async fn e2e_max_nodes_per_connection_is_enforced() {