summaryrefslogtreecommitdiff
path: root/crates/typst-syntax/src
diff options
context:
space:
mode:
authorBruce Mitchener <bruce.mitchener@gmail.com>2024-09-22 19:14:56 +0700
committerGitHub <noreply@github.com>2024-09-22 12:14:56 +0000
commitf283995c3dda341b066651f7a9e6dac35f46ea70 (patch)
tree5f69be9f986517709d0429138bd475c6b516f2f5 /crates/typst-syntax/src
parent9c7e1aeef5e9ee40bec56f84e1e1701c76e4e0ff (diff)
Reduce typo count. (#4923)
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,