Skip to content

Commit 35b2cef

Browse files
authored
Corrected the spelling of "Implements" in "/http/lib/src/io_client.dart" (#871)
Fixed a spelling error by correcting "Implemenents" to "Implements" in "/http/lib/src/io_client.dart".
1 parent bb86cf3 commit 35b2cef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/http/lib/src/io_client.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ BaseClient createClient() => IOClient();
1717
/// Exception thrown when the underlying [HttpClient] throws a
1818
/// [SocketException].
1919
///
20-
/// Implemenents [SocketException] to avoid breaking existing users of
20+
/// Implements [SocketException] to avoid breaking existing users of
2121
/// [IOClient] that may catch that exception.
2222
class _ClientSocketException extends ClientException
2323
implements SocketException {

0 commit comments

Comments
 (0)