Fix spelling mistake (#2664)

This commit is contained in:
frozolotl 2023-11-13 11:52:57 +01:00 committed by GitHub
parent 778802e5a8
commit 1f273eb88f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -432,8 +432,8 @@ impl Gradient {
/// Creates a sharp version of this gradient.
///
/// Sharp gradients have discreet jumps between colors, instead of a
/// smooth transition. They are particularly useful for creating color
/// Sharp gradients have discrete jumps between colors, instead of a
/// smooth transition. They are particularly useful for creating color
/// lists for a preset gradient.
///
/// ```example