Skip to content

Commit 481a26a

Browse files
committed
Fix a dumb doctest bug of my very own
1 parent 60ff04b commit 481a26a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

base/file.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,8 @@ Stacktrace:
383383
julia> mv("hello.txt", "goodbye.txt", force=true)
384384
"goodbye.txt"
385385
386+
julia> rm("goodbye.txt");
387+
386388
```
387389
"""
388390
function mv(src::AbstractString, dst::AbstractString; force::Bool=false,

0 commit comments

Comments
 (0)