Chromium Code Reviews| Index: runtime/bin/socket.dart |
| diff --git a/runtime/bin/socket.dart b/runtime/bin/socket.dart |
| index 78fffc95bb3eafb7af546387efd8fabf510c6a0e..5d882b4421d240e059809b0318f8356cdc51c59c 100644 |
| --- a/runtime/bin/socket.dart |
| +++ b/runtime/bin/socket.dart |
| @@ -110,7 +110,8 @@ interface Socket factory _Socket { |
| int get port(); |
| /* |
| - * Closes the socket |
| + * Closes the socket. Calling [close] will never throw an exception |
| + * and calling it several times is supported. |
| */ |
| void close(); |
| } |