We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb86cf3 commit 35b2cefCopy full SHA for 35b2cef
pkgs/http/lib/src/io_client.dart
@@ -17,7 +17,7 @@ BaseClient createClient() => IOClient();
17
/// Exception thrown when the underlying [HttpClient] throws a
18
/// [SocketException].
19
///
20
-/// Implemenents [SocketException] to avoid breaking existing users of
+/// Implements [SocketException] to avoid breaking existing users of
21
/// [IOClient] that may catch that exception.
22
class _ClientSocketException extends ClientException
23
implements SocketException {
0 commit comments