From f283995c3dda341b066651f7a9e6dac35f46ea70 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Sun, 22 Sep 2024 19:14:56 +0700 Subject: Reduce typo count. (#4923) --- crates/typst-syntax/src/ast.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/typst-syntax/src') 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, -- cgit v1.2.3