diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-07-15 15:19:04 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-07-26 20:32:50 +0200 |
| commit | cbfac6cd457d9a3c828d9f0e166444baac9dbb77 (patch) | |
| tree | 3b45a0b661758ca177f4de37feb88c3282875b8a /src/syntax/ast.rs | |
| parent | 4817c62dfbaf8cd200ed3582665995fd01fac263 (diff) | |
Fix highlighting bugs
Diffstat (limited to 'src/syntax/ast.rs')
| -rw-r--r-- | src/syntax/ast.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syntax/ast.rs b/src/syntax/ast.rs index b90ecdff..67f9e038 100644 --- a/src/syntax/ast.rs +++ b/src/syntax/ast.rs @@ -1067,7 +1067,7 @@ impl ShowExpr { } node! { - /// A wrap expression: wrap body in columns(2, body)`. + /// A wrap expression: `wrap body in columns(2, body)`. WrapExpr } |
