Skip to content

Commit

Permalink
Fix a dumb doctest bug of my very own
Browse files Browse the repository at this point in the history
  • Loading branch information
kshyatt committed Jul 16, 2018
1 parent 60ff04b commit 481a26a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions base/file.jl
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,8 @@ Stacktrace:
julia> mv("hello.txt", "goodbye.txt", force=true)
"goodbye.txt"
julia> rm("goodbye.txt");
```
"""
function mv(src::AbstractString, dst::AbstractString; force::Bool=false,
Expand Down

0 comments on commit 481a26a

Please sign in to comment.