Migrate InternetAddressType.ANY -> InternetAddressType.any
In documentation comment for `InternetAddress.lookup`. This should make API docs a little bit prettier. Change-Id: Ie969756a54e13b2efbef17a1a78fa0ffb8670dec Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/194063 Auto-Submit: Jonas Jensen <jonasfj@google.com> Reviewed-by: Jonas Termansen <sortie@google.com> Commit-Queue: Jonas Termansen <sortie@google.com>
This commit is contained in:
committed by
commit-bot@chromium.org
parent
65050020f5
commit
9558ac12bb
@@ -154,7 +154,7 @@ abstract class InternetAddress {
|
||||
|
||||
/// Looks up the addresses of a host.
|
||||
///
|
||||
/// If [type] is [InternetAddressType.ANY], it will lookup both
|
||||
/// If [type] is [InternetAddressType.any], it will lookup both
|
||||
/// IP version 4 (IPv4) and IP version 6 (IPv6) addresses.
|
||||
/// If [type] is either [InternetAddressType.IPv4] or
|
||||
/// [InternetAddressType.IPv6] it will only lookup addresses of the
|
||||
|
||||
Reference in New Issue
Block a user