Skip to content

Commit c4a0c83

Browse files
kamalojasv181timholy
authored andcommitted
Remove incorrect type info from range documentation (#34475)
1 parent 9790a8d commit c4a0c83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

base/range.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ optionally with a given step (defaults to 1, a [`UnitRange`](@ref)).
5454
One of `length` or `stop` is required. If `length`, `stop`, and `step` are all specified, they must agree.
5555
5656
If `length` and `stop` are provided and `step` is not, the step size will be computed
57-
automatically such that there are `length` linearly spaced elements in the range (a [`LinRange`](@ref)).
57+
automatically such that there are `length` linearly spaced elements in the range.
5858
5959
If `step` and `stop` are provided and `length` is not, the overall range length will be computed
60-
automatically such that the elements are `step` spaced (a [`StepRange`](@ref)).
60+
automatically such that the elements are `step` spaced.
6161
6262
`stop` may be specified as either a positional or keyword argument.
6363

0 commit comments

Comments
 (0)