diff --git a/base/file.jl b/base/file.jl index b7adb8e1a3fbd..727b97abd36f1 100644 --- a/base/file.jl +++ b/base/file.jl @@ -821,7 +821,7 @@ end mktempdir(f::Function, parent=tempdir(); prefix=$(repr(temp_prefix))) Apply the function `f` to the result of [`mktempdir(parent; prefix)`](@ref) and remove the -temporary directory all of its contents upon completion. +temporary directory and all of its contents upon completion. See also: [`mktemp`](@ref), [`mkdir`](@ref).