Skip to content

Commit 3a459d7

Browse files
authored
Merge pull request #109 from yanorei32/fix-struct-reference-in-documentation
Fix struct reference in documentation
2 parents df8559c + 799b803 commit 3a459d7

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 [`File`]
54+
/// Convert a raw directory into a droppable [`Directory`]
5555
pub fn to_directory<
5656
D,
5757
T,

0 commit comments

Comments
 (0)