Skip to content

Commit

Permalink
More comma
Browse files Browse the repository at this point in the history
Co-authored-by: Steven G. Johnson <[email protected]>
  • Loading branch information
BioTurboNick and stevengj authored Mar 12, 2024
1 parent d194d0c commit 4f7e449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/range.jl
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ equal to +1, which produces:
[`StepRangeLen`](@ref)). See also [`range`](@ref) for more control.
To create a descending range, use `reverse(a:b)` or a negative step size, e.g. `b:-1:a`.
Otherwise when `b < a`, an empty range will be constructed and normalized to `a:a-1`.
Otherwise, when `b < a`, an empty range will be constructed and normalized to `a:a-1`.
The operator `:` is also used in indexing to select whole dimensions, e.g. in `A[:, 1]`.
Expand Down

0 comments on commit 4f7e449

Please sign in to comment.