Skip to content

Commit fdef48d

Browse files
committed
Fixed line in helpdb for doctest
1 parent 071cd66 commit fdef48d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/docs/helpdb/Base.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -4579,7 +4579,7 @@ julia> deleteat!([6, 5, 4, 3, 2, 1], 1:2:5)
45794579
45804580
julia> deleteat!([6, 5, 4, 3, 2, 1], (2, 2))
45814581
ERROR: ArgumentError: indices must be unique and sorted
4582-
in deleteat!(::Array{Int64,1}, ::Tuple{Int64,Int64}) at ./array.jl:541
4582+
in deleteat!(::Array{Int64,1}, ::Tuple{Int64,Int64}) at ./array.jl:575
45834583
...
45844584
```
45854585
"""

0 commit comments

Comments
 (0)