From a2eb70549126279574365e90717b6d07ede8a326 Mon Sep 17 00:00:00 2001 From: Moritz Schauer Date: Fri, 2 Nov 2018 16:19:21 +0100 Subject: [PATCH] Typo (#29899) --- base/range.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/range.jl b/base/range.jl index 81576dff75e10..3ddc62de8673f 100644 --- a/base/range.jl +++ b/base/range.jl @@ -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,