mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +08:00
Reduce typo count. (#4923)
This commit is contained in:
parent
9c7e1aeef5
commit
f283995c3d
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user