chore: fix typos (#3758)

This commit is contained in:
David Pedersen
2026-05-15 12:32:46 +00:00
committed by GitHub
parent c8276951b0
commit 5bc0046084
25 changed files with 39 additions and 39 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ async fn unit_testable_handler(ws: WebSocketUpgrade) -> Response {
})
}
// The implementation is largely the same as `integration_testable_handle_socket` expect we call
// The implementation is largely the same as `integration_testable_handle_socket` except we call
// methods from `SinkExt` and `StreamExt`.
async fn unit_testable_handle_socket<W, R>(mut write: W, mut read: R)
where