Skip to content

Commit a712455

Browse files
authored
doc: fix typo in tempname docstring (#50734)
1 parent 21ac3c5 commit a712455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/file.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ The `cleanup` option controls whether the process attempts to delete the
645645
returned path automatically when the process exits. Note that the `tempname`
646646
function does not create any file or directory at the returned location, so
647647
there is nothing to cleanup unless you create a file or directory there. If
648-
you do and `clean` is `true` it will be deleted upon process termination.
648+
you do and `cleanup` is `true` it will be deleted upon process termination.
649649
650650
!!! compat "Julia 1.4"
651651
The `parent` and `cleanup` arguments were added in 1.4. Prior to Julia 1.4

0 commit comments

Comments
 (0)