Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(594)

Unified Diff: sdk/lib/io/websocket.dart

Issue 2856123003: Fix some bad documentation links. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sdk/lib/io/security_context.dart ('k') | sdk/lib/isolate/isolate.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
*
« no previous file with comments | « sdk/lib/io/security_context.dart ('k') | sdk/lib/isolate/isolate.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698