Skip to content

Commit 86177db

Browse files
committed
auto merge of #12570 : kyrias/rust/master, r=cmr
Adds a missing tilde to the end and the start of two .notrust blocks.
2 parents 05a2d32 + 3d3dae8 commit 86177db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/tutorial.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2786,11 +2786,11 @@ src/animals.rs
27862786
27872787
src/mammals/humans.rs
27882788
src/mammals/humans/mod.rs
2789-
~~
2789+
~~~
27902790

27912791
If the animals file is `src/animals/mod.rs`, `rustc` will look for:
27922792

2793-
~~ {.notrust}
2793+
~~~ {.notrust}
27942794
src/animals/mod.rs
27952795
src/animals/fish.rs
27962796
src/animals/fish/mod.rs

0 commit comments

Comments
 (0)