File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/file/lib/src/interface Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,17 +24,17 @@ abstract class FileSystem {
2424
2525 /// Returns a reference to a [Directory] at [path] .
2626 ///
27- /// [path] can be either a [` String` ] , a [` Uri` ] , or a [` FileSystemEntity` ] .
27+ /// [path] can be either a [String] , a [Uri] , or a [FileSystemEntity] .
2828 Directory directory (dynamic path);
2929
3030 /// Returns a reference to a [File] at [path] .
3131 ///
32- /// [path] can be either a [` String` ] , a [` Uri` ] , or a [` FileSystemEntity` ] .
32+ /// [path] can be either a [String] , a [Uri] , or a [FileSystemEntity] .
3333 File file (dynamic path);
3434
3535 /// Returns a reference to a [Link] at [path] .
3636 ///
37- /// [path] can be either a [` String` ] , a [` Uri` ] , or a [` FileSystemEntity` ] .
37+ /// [path] can be either a [String] , a [Uri] , or a [FileSystemEntity] .
3838 Link link (dynamic path);
3939
4040 /// An object for manipulating paths in this file system.
You can’t perform that action at this time.
0 commit comments