Skip to content

Commit 3d3dae8

Browse files
committed
tutorial: Missing tildes around .notrust block
Adds a missing tilde to the end and the start of two .notrust blocks.
1 parent 6c41f99 commit 3d3dae8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/tutorial.md

Lines changed: 2 additions & 2 deletions
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)