Rollup merge of #35466 - xitep:master, r=steveklabnik

book: fix formatting of module layout example
This commit is contained in:
Jonathan Turner 2016-08-08 13:25:57 -07:00 committed by GitHub
commit 3d2d5c4c0f

View File

@ -22,6 +22,7 @@ As an example, lets make a *phrases* crate, which will give us various phrase
in different languages. To keep things simple, well stick to greetings and
farewells as two kinds of phrases, and use English and Japanese (日本語) as
two languages for those phrases to be in. Well use this module layout:
```text
+-----------+
+---| greetings |