about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-02-26 14:48:40 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2014-02-26 14:48:40 +0100
commit3d3dae8fa5f7427f47a001e60642e47bcd79a52d (patch)
tree0d5de65a75735496552236cf557222f03f56d3e9
parent6c41f993d390a0a8d9f42cfca4f365b6f93d0c26 (diff)
downloadrust-3d3dae8fa5f7427f47a001e60642e47bcd79a52d.tar.gz
rust-3d3dae8fa5f7427f47a001e60642e47bcd79a52d.zip
tutorial: Missing tildes around .notrust block
Adds a missing tilde to the end and the start of two .notrust blocks.
-rw-r--r--src/doc/tutorial.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/tutorial.md b/src/doc/tutorial.md
index 3c071e9f999..670ad5800c6 100644
--- a/src/doc/tutorial.md
+++ b/src/doc/tutorial.md
@@ -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