From 66462452a319b5027f935c2af4eb8caab5466cbb Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Wed, 21 May 2025 15:01:46 -0400 Subject: [PATCH] Correct `LogRange` spelling in documentation Also add necessary `Base` prefix. --- base/range.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/range.jl b/base/range.jl index d86e0092d9897..9d2b9fd736b22 100644 --- a/base/range.jl +++ b/base/range.jl @@ -569,7 +569,7 @@ julia> collect(LinRange(-0.1, 0.3, 5)) 0.3 ``` -See also [`Logrange`](@ref Base.LogRange) for logarithmically spaced points. +See also [`Base.LogRange`](@ref Base.LogRange) for logarithmically spaced points. """ struct LinRange{T,L<:Integer} <: AbstractRange{T} start::T