diff options
Diffstat (limited to 'crates')
-rw-r--r-- | crates/ra_parser/src/parser.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_parser/src/parser.rs b/crates/ra_parser/src/parser.rs index 702669eb9..fa036bdbf 100644 --- a/crates/ra_parser/src/parser.rs +++ b/crates/ra_parser/src/parser.rs | |||
@@ -231,7 +231,7 @@ impl Marker { | |||
231 | 231 | ||
232 | /// Contract a node `cm` and complete as `cm`'s `kind`. | 232 | /// Contract a node `cm` and complete as `cm`'s `kind`. |
233 | /// `cm` must be a child of `m` to work correctly. | 233 | /// `cm` must be a child of `m` to work correctly. |
234 | /// ``` | 234 | /// ```text |
235 | /// m--A m--A | 235 | /// m--A m--A |
236 | /// +--cm--B -> +--B | 236 | /// +--cm--B -> +--B |
237 | /// +--C C | 237 | /// +--C C |