Skip to content

Commit

Permalink
Fix typo on file.jl (#29063)
Browse files Browse the repository at this point in the history
cp() doc :  dest->dst
  • Loading branch information
zsz00 authored and KristofferC committed Sep 6, 2018
1 parent 4c02077 commit 53f8e18
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 @@ -317,7 +317,7 @@ end
"""
cp(src::AbstractString, dst::AbstractString; force::Bool=false, follow_symlinks::Bool=false)
Copy the file, link, or directory from `src` to `dest`.
Copy the file, link, or directory from `src` to `dst`.
`force=true` will first remove an existing `dst`.
If `follow_symlinks=false`, and `src` is a symbolic link, `dst` will be created as a
Expand Down

0 comments on commit 53f8e18

Please sign in to comment.