Fix formatting of module layout example

This commit is contained in:
Novotnik, Petr 2016-08-07 17:44:47 +02:00
parent 42903d9a8f
commit 98c6770a23

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 |