Index: sdk/lib/io/websocket.dart |
diff --git a/sdk/lib/io/websocket.dart b/sdk/lib/io/websocket.dart |
index 144f8aaba97257fbe3685284965cb6431d878c80..5e00745cb5eb3e6c76c1a8e0e4bc8cd7975997bf 100644 |
--- a/sdk/lib/io/websocket.dart |
+++ b/sdk/lib/io/websocket.dart |
@@ -329,7 +329,7 @@ abstract class WebSocket |
* WebSocket client can automatically perform the handshake using |
* [WebSocket.connect], while a server can do so using |
* [WebSocketTransformer.upgrade]. To manually upgrade an [HttpRequest], |
- * [HttpRequest.detachSocket] may be called. |
+ * [HttpResponse.detachSocket] may be called. |
* |
* [protocol] should be the protocol negotiated by this handshake, if any. |
* |