We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b942142 commit a029172Copy full SHA for a029172
sdk/lib/io/socket.dart
@@ -149,7 +149,7 @@ abstract class InternetAddress {
149
150
/**
151
* Lookup a host, returning a Future of a list of
152
- * [InternetAddress]s. If [type] is [InternetAddressType.ANY], it
+ * [InternetAddress]s. If [type] is [InternetAddressType.any], it
153
* will lookup both IP version 4 (IPv4) and IP version 6 (IPv6)
154
* addresses. If [type] is either [InternetAddressType.IPv4] or
155
* [InternetAddressType.IPv6] it will only lookup addresses of the
0 commit comments