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

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

Issue 2905013003: fix doc comments in dart:io and collection types (Closed)
Patch Set: Created 3 years, 7 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
« sdk/lib/collection/queue.dart ('K') | « sdk/lib/io/http.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/io/sync_socket.dart
diff --git a/sdk/lib/io/sync_socket.dart b/sdk/lib/io/sync_socket.dart
index cc055a7f9d6be171d01663dca61646e2d80f83a1..fee259da5e87de7d2d433dcbd1fa8b14dfd74981 100644
--- a/sdk/lib/io/sync_socket.dart
+++ b/sdk/lib/io/sync_socket.dart
@@ -68,8 +68,9 @@ abstract class RawSynchronousSocket {
* Shutdown a socket in the provided direction.
*
* Calling shutdown will never throw an exception and calling it several times
- * is supported. If both [RECEIVE] and [SEND] directions are closed, the
- * socket is closed completely, the same as if [closeSync] has been called.
+ * is supported. If both [SocketDirection.RECEIVE] and [SocketDirection.SEND]
+ * directions are closed, the socket is closed completely, the same as if
+ * [closeSync] has been called.
*/
void shutdown(SocketDirection direction);
« sdk/lib/collection/queue.dart ('K') | « sdk/lib/io/http.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698