summaryrefslogtreecommitdiff
path: root/crates/typst-syntax/src
diff options
context:
space:
mode:
Diffstat (limited to 'crates/typst-syntax/src')
-rw-r--r--crates/typst-syntax/src/ast.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst-syntax/src/ast.rs b/crates/typst-syntax/src/ast.rs
index 5fbd1142..5cd28de3 100644
--- a/crates/typst-syntax/src/ast.rs
+++ b/crates/typst-syntax/src/ast.rs
@@ -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,