Index: sdk/lib/io/directory.dart |
diff --git a/sdk/lib/io/directory.dart b/sdk/lib/io/directory.dart |
index 8e218b09b98ff2744ea527a4ea98699eb185fc0b..90021f21aaa6bc3e0dd7282d78c650fc894db12b 100644 |
--- a/sdk/lib/io/directory.dart |
+++ b/sdk/lib/io/directory.dart |
@@ -8,7 +8,7 @@ part of dart.io; |
* A reference to a directory (or _folder_) on the file system. |
* |
* A Directory instance is an object holding a [path] on which operations can |
- * be performed. The path to the directory can be [absolute] or [relative]. |
+ * be performed. The path to the directory can be [absolute] or relative. |
* You can get the parent directory using the getter [parent], |
* a property inherited from [FileSystemEntity]. |
* |