tutorial: Missing tildes around .notrust block

Adds a missing tilde to the end and the start of two .notrust blocks.
This commit is contained in:
Johannes Löthberg 2014-02-26 14:48:40 +01:00
parent 6c41f993d3
commit 3d3dae8fa5
1 changed files with 2 additions and 2 deletions

View File

@ -2786,11 +2786,11 @@ src/animals.rs
src/mammals/humans.rs
src/mammals/humans/mod.rs
~~
~~~
If the animals file is `src/animals/mod.rs`, `rustc` will look for:
~~ {.notrust}
~~~ {.notrust}
src/animals/mod.rs
src/animals/fish.rs
src/animals/fish/mod.rs