We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4fe469 commit 961fc0eCopy full SHA for 961fc0e
lib/std/fs/Dir.zig
@@ -2029,7 +2029,7 @@ pub const DeleteTreeError = error{
2029
NetworkNotFound,
2030
} || posix.UnexpectedError;
2031
2032
-/// Whether `full_path` describes a symlink, file, or directory, this function
+/// Whether `sub_path` describes a symlink, file, or directory, this function
2033
/// removes it. If it cannot be removed because it is a non-empty directory,
2034
/// this function recursively removes its entries and then tries again.
2035
/// This operation is not atomic on most file systems.
0 commit comments