Skip to content

Commit

Permalink
fixed minor doc error
Browse files Browse the repository at this point in the history
  • Loading branch information
samy-00007 committed Jul 30, 2024
1 parent d03bbc0 commit 449f3aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/std/fs/Dir.zig
Original file line number Diff line number Diff line change
Expand Up @@ -1896,7 +1896,7 @@ pub fn atomicSymLink(

pub const ReadLinkError = posix.ReadLinkError;

/// Same as `File.stat`, but if the path points to a symbolic link,
/// Same as `Dir.statFile`, but if the path points to a symbolic link,
/// it will stat the link rather than the file it points to.
/// Note: if the target is a regular file, this function has the same
/// behaviour that `Dir.statFile`
Expand Down

0 comments on commit 449f3aa

Please sign in to comment.