| Index: sdk/lib/core/uri.dart
|
| diff --git a/sdk/lib/core/uri.dart b/sdk/lib/core/uri.dart
|
| index 232d5525c4e72773e2f2156c25a7a35f3d6d91e9..4ce1c17f64b89ec1deaabb803d08b22e90298451 100644
|
| --- a/sdk/lib/core/uri.dart
|
| +++ b/sdk/lib/core/uri.dart
|
| @@ -697,7 +697,7 @@ abstract class Uri {
|
| * in [RFC-3986 Section 5](http://tools.ietf.org/html/rfc3986#section-5 "RFC-1123").
|
| *
|
| * Updated to handle the case where the base URI is just a relative path -
|
| - * that is: when it has no scheme or authority and the path does not start
|
| + * that is: when it has no scheme and no authority and the path does not start
|
| * with a slash.
|
| * In that case, the paths are combined without removing leading "..", and
|
| * an empty path is not converted to "/".
|
|
|