aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_parser/src
diff options
context:
space:
mode:
authorpcpthm <[email protected]>2019-03-19 09:12:05 +0000
committerpcpthm <[email protected]>2019-03-19 09:12:05 +0000
commite2ed813e8951517f59552323c55a0ff05167c945 (patch)
tree4e14ce889b4f3d4a71f592f32e1d631e02fa2f51 /crates/ra_parser/src
parent2fb110e1faa1daabd96a9c961da38a838c906553 (diff)
Mark non-code block as text
Diffstat (limited to 'crates/ra_parser/src')
-rw-r--r--crates/ra_parser/src/parser.rs2
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