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)
}
/// 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,

View File

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