Fix stated return type (#582)

This commit is contained in:
roydukkey 2021-09-29 01:24:14 -04:00 committed by GitHub
parent 7e06369241
commit c332799730
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -603,7 +603,7 @@ SIGNATURE
<% function 'color.mix($color1, $color2, $weight: 50%)',
'mix($color1, $color2, $weight: 50%)',
returns: 'color' do %>
Returns a number that's a mixture of `$color1` and `$color2`.
Returns a color that's a mixture of `$color1` and `$color2`.
Both the `$weight` and the relative opacity of each color determines how much of
each color is in the result. The `$weight` must be a number between `0%` and