Skip to content

Commit

Permalink
Typo (#29899)
Browse files Browse the repository at this point in the history
  • Loading branch information
mschauer authored and KristofferC committed Nov 2, 2018
1 parent e1fbd0a commit e2aba7a
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 @@ -411,7 +411,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 e2aba7a

Please sign in to comment.