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 95a5ad8 commit fde48aeCopy full SHA for fde48ae
base/range.jl
@@ -283,7 +283,7 @@ abstract type AbstractUnitRange{T} <: OrdinalRange{T,T} end
283
Ranges with elements of type `T` with spacing of type `S`. The step
284
between each element is constant, and the range is defined in terms
285
of a `start` and `stop` of type `T` and a `step` of type `S`. Neither
286
-`T` nor `S` should be floating point types. The syntax `a:b:c` with `b > 1`
+`T` nor `S` should be floating point types. The syntax `a:b:c` with `b != 0`
287
and `a`, `b`, and `c` all integers creates a `StepRange`.
288
289
# Examples
0 commit comments