Skip to content

Commit

Permalink
Fix formatting of module layout example
Browse files Browse the repository at this point in the history
  • Loading branch information
Novotnik, Petr committed Aug 7, 2016
1 parent 42903d9 commit 98c6770
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/doc/book/crates-and-modules.md
Expand Up @@ -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 |
Expand Down

0 comments on commit 98c6770

Please sign in to comment.