We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b5279d commit 14dd886Copy full SHA for 14dd886
src/ranges.jl
@@ -55,7 +55,7 @@ This range permits diverse representations of arrays to comunicate common inform
55
about their indices. Each field may be an integer or `Val(<:Integer)` if it is known
56
at compile time. An `OptionallyStaticUnitRange` is intended to be constructed internally
57
from other valid indices. Therefore, users should not expect the same checks are used
58
-to ensure construction of a valid `OptionallyStaticUnitRange`.
+to ensure construction of a valid `OptionallyStaticUnitRange` as a `UnitRange`.
59
"""
60
struct OptionallyStaticUnitRange{T,F,L} <: AbstractUnitRange{T}
61
start::F
0 commit comments