Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jw3126 committed Jan 8, 2021
1 parent 307d59b commit 65898ed
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 @@ -56,7 +56,7 @@ Mathematically a range is uniquely determined by any three of `start`, `step`, `
Valid invocations of range are:
* Call `range` with any three of `start`, `step`, `stop`, `length`.
* Call `range` with two of `start`, `stop`, `length`. In this case `step` will be assumed
to be one. If all arguments are Integers, a [`UnitRange`](@ref) will be returned.
to be one. If both arguments are Integers, a [`UnitRange`](@ref) will be returned.
# Examples
```jldoctest
Expand Down

0 comments on commit 65898ed

Please sign in to comment.