| Index: runtime/bin/http.dart
|
| diff --git a/runtime/bin/http.dart b/runtime/bin/http.dart
|
| index 49ff449b298bd4964fd752f7e7dc68f0970f9dac..38631650ee23a5866e0731b9622da3337c35faf7 100644
|
| --- a/runtime/bin/http.dart
|
| +++ b/runtime/bin/http.dart
|
| @@ -754,7 +754,7 @@ abstract class HttpClient {
|
| * server are passed in the arguments [url] and [realm].
|
| *
|
| * The function returns a [Future] which should complete when the
|
| - * authentication have been resolved. If credentials cannot be
|
| + * authentication has been resolved. If credentials cannot be
|
| * provided the [Future] should complete with [false]. If
|
| * credentials are available the function should add these using
|
| * [addCredentials] before completing the [Future] with the value
|
|
|