| Index: runtime/bin/socket.dart
|
| diff --git a/runtime/bin/socket.dart b/runtime/bin/socket.dart
|
| index bdbc974ec5522b18119a42a910579cc9007a827d..3a7469242c68944fb2946ba56c297ff2535a2c09 100644
|
| --- a/runtime/bin/socket.dart
|
| +++ b/runtime/bin/socket.dart
|
| @@ -62,8 +62,7 @@ interface Socket factory _Socket {
|
| * Writes up to [count] bytes of the buffer from [offset] buffer offset to
|
| * the socket. The number of successfully written bytes is returned. This
|
| * function is non-blocking and will only write data if buffer space is
|
| - * available in the socket. It will return 0 if an error occurs, e.g., no
|
| - * buffer space available.
|
| + * available in the socket.
|
| */
|
| int writeList(List<int> buffer, int offset, int count);
|
|
|
|
|