Skip to content

Commit 3fdd637

Browse files
author
Jonathan Turner
authored
Rollup merge of rust-lang#35466 - xitep:master, r=steveklabnik
book: fix formatting of module layout example
2 parents 54b7c7d + 98c6770 commit 3fdd637

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)