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 21ac3c5 commit a712455Copy full SHA for a712455
base/file.jl
@@ -645,7 +645,7 @@ The `cleanup` option controls whether the process attempts to delete the
645
returned path automatically when the process exits. Note that the `tempname`
646
function does not create any file or directory at the returned location, so
647
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.
+you do and `cleanup` is `true` it will be deleted upon process termination.
649
650
!!! compat "Julia 1.4"
651
The `parent` and `cleanup` arguments were added in 1.4. Prior to Julia 1.4
0 commit comments