Reduce typo count. (#4923)

This commit is contained in:
Bruce Mitchener 2024-09-22 19:14:56 +07:00 committed by GitHub
parent 9c7e1aeef5
commit f283995c3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -166,7 +166,7 @@ pub fn write_gradients(
(chunk, out) (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( fn shading_function(
gradient: &Gradient, gradient: &Gradient,
chunk: &mut PdfChunk, chunk: &mut PdfChunk,

View File

@ -1439,7 +1439,7 @@ pub enum BinOp {
Assign, Assign,
/// The containment operator: `in`. /// The containment operator: `in`.
In, In,
/// The inversed containment operator: `not in`. /// The inverse containment operator: `not in`.
NotIn, NotIn,
/// The add-assign operator: `+=`. /// The add-assign operator: `+=`.
AddAssign, AddAssign,