diff options
Diffstat (limited to 'crates/typst-syntax/src/ast.rs')
| -rw-r--r-- | crates/typst-syntax/src/ast.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst-syntax/src/ast.rs b/crates/typst-syntax/src/ast.rs index 3d3a85ad..5fbd1142 100644 --- a/crates/typst-syntax/src/ast.rs +++ b/crates/typst-syntax/src/ast.rs @@ -1443,7 +1443,7 @@ pub enum BinOp { NotIn, /// The add-assign operator: `+=`. AddAssign, - /// The subtract-assign oeprator: `-=`. + /// The subtract-assign operator: `-=`. SubAssign, /// The multiply-assign operator: `*=`. MulAssign, |
