diff options
| author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2024-09-22 19:14:56 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-22 12:14:56 +0000 |
| commit | f283995c3dda341b066651f7a9e6dac35f46ea70 (patch) | |
| tree | 5f69be9f986517709d0429138bd475c6b516f2f5 /crates/typst-pdf | |
| parent | 9c7e1aeef5e9ee40bec56f84e1e1701c76e4e0ff (diff) | |
Reduce typo count. (#4923)
Diffstat (limited to 'crates/typst-pdf')
| -rw-r--r-- | crates/typst-pdf/src/gradient.rs | 2 |
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, |
