Skip to content

Commit

Permalink
range doc: Remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mkitti authored Oct 5, 2020
1 parent 58e80d9 commit 20b84f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions base/range.jl
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ ERROR: ArgumentError: Too many arguments specified; try passing only one of `sto
range(start; stop, step)
range(start, stop; step)
range(start; length, step)
range(start; length, step)
The above forms of `range` are the only acceptable forms of the range call.
Expand Down Expand Up @@ -145,7 +145,6 @@ If `step` and `stop` are provided and `length` is not, the overall range length
automatically such that the elements are `step` spaced. The last element of the range
may not be `stop` in this case.
### `length` and `stop` specified
If `length` and `step are provided and `stop` is not, then the resulting range will include
Expand Down

0 comments on commit 20b84f4

Please sign in to comment.