Skip to content

Commit f9ced18

Browse files
isoossigurdm
andauthored
Update pkg/_pub_shared/lib/utils/http.dart
Co-authored-by: Sigurd Meldgaard <[email protected]>
1 parent 7a330d2 commit f9ced18

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 specified, the inner loop will not create a new client object on retries.
53+
/// Note: when the client is not specified, the inner loop will create a new [Client] object on each retry attempt.
5454
http.Client? client,
5555
Map<String, String>? headers,
5656

0 commit comments

Comments
 (0)