mirror of
https://github.com/typst/typst
synced 2025-05-14 17:15:28 +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)
|
(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,
|
||||||
|
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user