Skip to content

Commit 9eb0aa4

Browse files
committed
読点の修正
1 parent 0c0c9d5 commit 9eb0aa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ch07-05-separating-modules-into-different-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Next, place the code that was in the curly brackets into a new file named
5454
in this file because it came across the module declaration in the crate root
5555
with the name `front_of_house`.
5656
-->
57-
次に リスト7-22に示すように、*src/front_of_house.rs* という名前の新しいファイルに、波かっこの中にあったコードを配置してください。
57+
次にリスト7-22に示すように、*src/front_of_house.rs* という名前の新しいファイルに、波かっこの中にあったコードを配置してください。
5858
コンパイラは、クレートルートで`front_of_house`という名前のモジュール宣言を見つけたときは、このファイルを探せばいいということを知っています。
5959

6060
<!--

0 commit comments

Comments
 (0)