Skip to content

Commit

Permalink
Merge pull request #109 from yanorei32/fix-struct-reference-in-docume…
Browse files Browse the repository at this point in the history
…ntation

Fix struct reference in documentation
  • Loading branch information
thejpster authored Dec 6, 2023
2 parents df8559c + 799b803 commit 3a459d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/filesystem/directory.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ pub struct DirEntry {
pub struct RawDirectory(pub(crate) SearchId);

impl RawDirectory {
/// Convert a raw file into a droppable [`File`]
/// Convert a raw directory into a droppable [`Directory`]
pub fn to_directory<
D,
T,
Expand Down

0 comments on commit 3a459d7

Please sign in to comment.