From 1f273eb88fd58d51e1f9f9a375899a3a2ef954c8 Mon Sep 17 00:00:00 2001 From: frozolotl <44589151+frozolotl@users.noreply.github.com> Date: Mon, 13 Nov 2023 11:52:57 +0100 Subject: [PATCH] Fix spelling mistake (#2664) --- crates/typst/src/geom/gradient.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/typst/src/geom/gradient.rs b/crates/typst/src/geom/gradient.rs index 13ed25e3e..634fb5fe5 100644 --- a/crates/typst/src/geom/gradient.rs +++ b/crates/typst/src/geom/gradient.rs @@ -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