diff options
| author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2024-09-22 19:14:56 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-22 12:14:56 +0000 |
| commit | f283995c3dda341b066651f7a9e6dac35f46ea70 (patch) | |
| tree | 5f69be9f986517709d0429138bd475c6b516f2f5 /crates/typst-syntax/src | |
| parent | 9c7e1aeef5e9ee40bec56f84e1e1701c76e4e0ff (diff) | |
Reduce typo count. (#4923)
Diffstat (limited to 'crates/typst-syntax/src')
| -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 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, |
