From 449f3aa761d4609238b46d268c342f7809cf8d7b Mon Sep 17 00:00:00 2001 From: samy007 Date: Tue, 30 Jul 2024 22:30:45 +0200 Subject: [PATCH] fixed minor doc error --- lib/std/fs/Dir.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/std/fs/Dir.zig b/lib/std/fs/Dir.zig index 22d7cee23400..c0a55b2a9c36 100644 --- a/lib/std/fs/Dir.zig +++ b/lib/std/fs/Dir.zig @@ -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`