Skip to content

Commit 6635727

Browse files
committed
fix doc reference
1 parent 4c72662 commit 6635727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/_pub_shared/lib/utils/http.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Future<K> httpGetWithRetry<K>(
5050

5151
/// The HTTP client to use.
5252
///
53-
/// Note: when the client is not specified, the inner loop will create a new [Client] object on each retry attempt.
53+
/// Note: when the client is not specified, the inner loop will create a new [http.Client] object on each retry attempt.
5454
http.Client? client,
5555
Map<String, String>? headers,
5656

0 commit comments

Comments
 (0)