Skip to content

Commit

Permalink
add reference to keepat! from deleteat! (JuliaLang#46221)
Browse files Browse the repository at this point in the history
  • Loading branch information
LilithHafner authored and Francesco Fucci committed Aug 11, 2022
1 parent a617b9b commit 796df43
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 @@ -1486,7 +1486,7 @@ end
Remove the item at the given `i` and return the modified `a`. Subsequent items
are shifted to fill the resulting gap.
See also: [`delete!`](@ref), [`popat!`](@ref), [`splice!`](@ref).
See also: [`keepat!`](@ref), [`delete!`](@ref), [`popat!`](@ref), [`splice!`](@ref).
# Examples
```jldoctest
Expand Down

0 comments on commit 796df43

Please sign in to comment.