Skip to content

Commit 98c6770

Browse files
author
Novotnik, Petr
committed
Fix formatting of module layout example
1 parent 42903d9 commit 98c6770

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/doc/book/crates-and-modules.md

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ As an example, let’s make a *phrases* crate, which will give us various phrase
2222
in different languages. To keep things simple, we’ll stick to ‘greetings’ and
2323
‘farewells’ as two kinds of phrases, and use English and Japanese (日本語) as
2424
two languages for those phrases to be in. We’ll use this module layout:
25+
2526
```text
2627
+-----------+
2728
+---| greetings |

0 commit comments

Comments
 (0)