Skip to content

Commit 185af2c

Browse files
authored
fix: change reference destination
1 parent da2746a commit 185af2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ch01-02-hello-world.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ means that you’re calling a macro instead of a normal function.
259259
-->
260260

261261
2番目に`println!`はRustのマクロを呼び出すということです。代わりに関数を呼んでいたら、
262-
`println`(`!`なし)と入力されているでしょう。Rustのマクロについて詳しくは、付録Dで議論します
262+
`println`(`!`なし)と入力されているでしょう。Rustのマクロについて詳しくは、第19章で議論します
263263
とりあえず、`!`を使用すると、普通の関数ではなくマクロを呼んでいるのだということを知っておくだけでいいでしょう。
264264

265265
<!--

0 commit comments

Comments
 (0)