Skip to content

Commit

Permalink
Added reference to deepcopy
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCedarPrince committed Jul 30, 2022
1 parent 9099b76 commit 122d463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/array.jl
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ Create a shallow copy of `x`: the outer structure is copied, but not all interna
For example, copying an array produces a new array with identically-same elements as the
original.
See also [`copy!`](@ref Base.copy!), [`copyto!`](@ref).
See also [`copy!`](@ref Base.copy!), [`copyto!`](@ref), [`deepcopy`](@ref).
"""
copy

Expand Down

0 comments on commit 122d463

Please sign in to comment.