From b550b7bc2f6f27fdf61c30b3215b28df826ceebf Mon Sep 17 00:00:00 2001 From: ho-oto Date: Fri, 26 Nov 2021 01:24:36 +0900 Subject: [PATCH] fix doc (#517) --- src/utilities.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utilities.jl b/src/utilities.jl index 197278d5..7581b569 100644 --- a/src/utilities.jl +++ b/src/utilities.jl @@ -537,7 +537,7 @@ end range(start::T; stop::T, length=100) where T<:Colorant range(start::T, stop::T; length=100) where T<:Colorant -Generates N (=`length`) >2 colors in a linearly interpolated ramp from `start` to`stop`, +Generates N (=`length`) >2 colors in a linearly interpolated ramp from `start` to `stop`, inclusive, returning an `Array` of colors. !!! compat "Julia 1.1"