From 98c6770a231d9bbaede40bbcf659218995958d6a Mon Sep 17 00:00:00 2001 From: "Novotnik, Petr" Date: Sun, 7 Aug 2016 17:44:47 +0200 Subject: [PATCH] Fix formatting of module layout example --- src/doc/book/crates-and-modules.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/doc/book/crates-and-modules.md b/src/doc/book/crates-and-modules.md index 67fe8ba2c11a4..fcb7e0bc7eacd 100644 --- a/src/doc/book/crates-and-modules.md +++ b/src/doc/book/crates-and-modules.md @@ -22,6 +22,7 @@ As an example, let’s make a *phrases* crate, which will give us various phrase in different languages. To keep things simple, we’ll stick to ‘greetings’ and ‘farewells’ as two kinds of phrases, and use English and Japanese (日本語) as two languages for those phrases to be in. We’ll use this module layout: + ```text +-----------+ +---| greetings |