Skip to content

Commit 14dd886

Browse files
committed
Clarification on OptionallyStaticUnitRange docstring
1 parent 5b5279d commit 14dd886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ranges.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ This range permits diverse representations of arrays to comunicate common inform
5555
about their indices. Each field may be an integer or `Val(<:Integer)` if it is known
5656
at compile time. An `OptionallyStaticUnitRange` is intended to be constructed internally
5757
from other valid indices. Therefore, users should not expect the same checks are used
58-
to ensure construction of a valid `OptionallyStaticUnitRange`.
58+
to ensure construction of a valid `OptionallyStaticUnitRange` as a `UnitRange`.
5959
"""
6060
struct OptionallyStaticUnitRange{T,F,L} <: AbstractUnitRange{T}
6161
start::F

0 commit comments

Comments
 (0)