From 9558ac12bb93850de6f0742ab0035b16e3a4d004 Mon Sep 17 00:00:00 2001 From: Jonas Finnemann Jensen Date: Tue, 6 Apr 2021 16:12:17 +0000 Subject: [PATCH] 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 Reviewed-by: Jonas Termansen Commit-Queue: Jonas Termansen --- sdk/lib/io/socket.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/lib/io/socket.dart b/sdk/lib/io/socket.dart index 0e918db3f5b..ab2ecf5ccc2 100644 --- a/sdk/lib/io/socket.dart +++ b/sdk/lib/io/socket.dart @@ -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