| Index: sdk/lib/io/websocket.dart
|
| diff --git a/sdk/lib/io/websocket.dart b/sdk/lib/io/websocket.dart
|
| index 48cf54af42d48bda19a3d902ae5ff4358ed378ef..96b3165f11cf23a1c4ed60db5e985da09ab2b40f 100644
|
| --- a/sdk/lib/io/websocket.dart
|
| +++ b/sdk/lib/io/websocket.dart
|
| @@ -47,8 +47,7 @@ abstract class WebSocketTransformer
|
|
|
|
|
| /**
|
| - * Base class for the events generated by the W3C complient browser
|
| - * API for web sockets.
|
| + * Base class for the events generated by the [WebSocket] stream.
|
| */
|
| abstract class Event { }
|
|
|
| @@ -91,7 +90,7 @@ abstract class CloseEvent extends Event {
|
|
|
|
|
| /**
|
| - * Alternative web socket client interface. This interface is compliant
|
| + * A client or server web socket connection. This interface is compliant
|
| * with the W3C browser API for web sockets specified in
|
| * http://dev.w3.org/html5/websockets/.
|
| */
|
|
|