We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c0c9d5 commit 9eb0aa4Copy full SHA for 9eb0aa4
src/ch07-05-separating-modules-into-different-files.md
@@ -54,7 +54,7 @@ Next, place the code that was in the curly brackets into a new file named
54
in this file because it came across the module declaration in the crate root
55
with the name `front_of_house`.
56
-->
57
-次に リスト7-22に示すように、*src/front_of_house.rs* という名前の新しいファイルに、波かっこの中にあったコードを配置してください。
+次に、リスト7-22に示すように、*src/front_of_house.rs* という名前の新しいファイルに、波かっこの中にあったコードを配置してください。
58
コンパイラは、クレートルートで`front_of_house`という名前のモジュール宣言を見つけたときは、このファイルを探せばいいということを知っています。
59
60
<!--
0 commit comments