mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-25 00:00:23 +02:00
chore: fix typos (#3758)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user