Skip to content

Commit

Permalink
fix minor typo in mktempdir docs (#53977)
Browse files Browse the repository at this point in the history
This is a minor change, just adding a missing word to a docstring for
`Base.Filesystem.mktempdir`
  • Loading branch information
musoke authored Apr 6, 2024
1 parent f7c7410 commit 4e5bd66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/file.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 4e5bd66

Please sign in to comment.