From f928df4c2d16a1e4f90707047d88eb9ad822ac0f Mon Sep 17 00:00:00 2001 From: zy Date: Thu, 6 Sep 2018 22:23:18 +0800 Subject: [PATCH] Fix typo on file.jl (#29063) cp() doc : dest->dst (cherry picked from commit 53f8e186790f5e544fa0674e6169845cdbc439d8) --- base/file.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/file.jl b/base/file.jl index 1fab5238bc745..da966d37f0e49 100644 --- a/base/file.jl +++ b/base/file.jl @@ -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