Skip to content

Commit 157b8bc

Browse files
authored
Correct LogRange spelling in documentation (#58486)
Also add necessary `Base` prefix.
1 parent 56699ca commit 157b8bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/range.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ julia> collect(LinRange(-0.1, 0.3, 5))
569569
0.3
570570
```
571571
572-
See also [`Logrange`](@ref Base.LogRange) for logarithmically spaced points.
572+
See also [`Base.LogRange`](@ref Base.LogRange) for logarithmically spaced points.
573573
"""
574574
struct LinRange{T,L<:Integer} <: AbstractRange{T}
575575
start::T

0 commit comments

Comments
 (0)