summaryrefslogtreecommitdiff
path: root/src/syntax/ast.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/syntax/ast.rs')
-rw-r--r--src/syntax/ast.rs2
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
}