| Index: pkg/path/lib/path.dart
|
| diff --git a/pkg/path/lib/path.dart b/pkg/path/lib/path.dart
|
| index 25ce0e6fb850199240b4d00d90f72bd92a12449c..1d83c00cfc9f231b5acc176bde7e1da24ab0d7a4 100644
|
| --- a/pkg/path/lib/path.dart
|
| +++ b/pkg/path/lib/path.dart
|
| @@ -109,7 +109,7 @@ String basenameWithoutExtension(String path) =>
|
| /// Gets the part of [path] before the last separator.
|
| ///
|
| /// path.dirname('path/to/foo.dart'); // -> 'path/to'
|
| -/// path.dirname('path/to'); // -> 'to'
|
| +/// path.dirname('path/to'); // -> 'path'
|
| ///
|
| /// Trailing separators are ignored.
|
| ///
|
|
|