Skip to content

Commit

Permalink
Typo (#29899)
Browse files Browse the repository at this point in the history
(cherry picked from commit e2aba7a)
  • Loading branch information
mschauer authored and KristofferC committed Feb 11, 2019
1 parent baf6625 commit 03a09c5
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 @@ -395,7 +395,7 @@ as if it were `collect(r)`, dependent on the size of the
terminal, and taking into account whether compact numbers should be shown.
It figures out the width in characters of each element, and if they
end up too wide, it shows the first and last elements separated by a
horizontal elipsis. Typical output will look like `1.0,2.0,3.0,…,4.0,5.0,6.0`.
horizontal ellipsis. Typical output will look like `1.0,2.0,3.0,…,4.0,5.0,6.0`.
`print_range(io, r, pre, sep, post, hdots)` uses optional
parameters `pre` and `post` characters for each printed row,
Expand Down

0 comments on commit 03a09c5

Please sign in to comment.