summaryrefslogtreecommitdiff
path: root/crates/typst-pdf
diff options
context:
space:
mode:
authorBruce Mitchener <bruce.mitchener@gmail.com>2024-09-22 19:14:56 +0700
committerGitHub <noreply@github.com>2024-09-22 12:14:56 +0000
commitf283995c3dda341b066651f7a9e6dac35f46ea70 (patch)
tree5f69be9f986517709d0429138bd475c6b516f2f5 /crates/typst-pdf
parent9c7e1aeef5e9ee40bec56f84e1e1701c76e4e0ff (diff)
Reduce typo count. (#4923)
Diffstat (limited to 'crates/typst-pdf')
-rw-r--r--crates/typst-pdf/src/gradient.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst-pdf/src/gradient.rs b/crates/typst-pdf/src/gradient.rs
index 28078365..0cbe4536 100644
--- a/crates/typst-pdf/src/gradient.rs
+++ b/crates/typst-pdf/src/gradient.rs
@@ -166,7 +166,7 @@ pub fn write_gradients(
(chunk, out)
}
-/// Writes an expotential or stitched function that expresses the gradient.
+/// Writes an exponential or stitched function that expresses the gradient.
fn shading_function(
gradient: &Gradient,
chunk: &mut PdfChunk,