Skip to content

Commit 799b803

Browse files
yanorei32thejpster
andauthored
Update src/filesystem/directory.rs
Co-authored-by: Jonathan 'theJPster' Pallant <[email protected]>
1 parent eb59b66 commit 799b803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/filesystem/directory.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ pub struct DirEntry {
5151
pub struct RawDirectory(pub(crate) SearchId);
5252

5353
impl RawDirectory {
54-
/// Convert a raw file into a droppable [`crate::filesystem::File`]
54+
/// Convert a raw directory into a droppable [`Directory`]
5555
pub fn to_directory<
5656
D,
5757
T,

0 commit comments

Comments
 (0)