From 3d3dae8fa5f7427f47a001e60642e47bcd79a52d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= Date: Wed, 26 Feb 2014 14:48:40 +0100 Subject: [PATCH] tutorial: Missing tildes around .notrust block Adds a missing tilde to the end and the start of two .notrust blocks. --- src/doc/tutorial.md | 4 ++-- 1 file 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