Skip to content

Commit

Permalink
fix doc (#517)
Browse files Browse the repository at this point in the history
  • Loading branch information
ho-oto authored Nov 25, 2021
1 parent 6bb0d5c commit b550b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utilities.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b550b7b

Please sign in to comment.