Skip to content

Commit 9777be9

Browse files
committed
ci: generate pages at 4291096 [ci skip]
1 parent 4291096 commit 9777be9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/ch01-02-hello-world.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ <h3 id="rustプログラムの解剖"><a class="header" href="#rustプログラ
371371
means that you’re calling a macro instead of a normal function.
372372
-->
373373
<p>2番目に<code>println!</code>はRustのマクロを呼び出すということです。代わりに関数を呼んでいたら、
374-
<code>println</code>(<code>!</code>なし)と入力されているでしょう。Rustのマクロについて詳しくは、付録Dで議論します
374+
<code>println</code>(<code>!</code>なし)と入力されているでしょう。Rustのマクロについて詳しくは、第19章で議論します
375375
とりあえず、<code>!</code>を使用すると、普通の関数ではなくマクロを呼んでいるのだということを知っておくだけでいいでしょう。</p>
376376
<!--
377377
Third, you see the `"Hello, world!"` string. We pass this string as an argument

docs/print.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1066,7 +1066,7 @@ <h3 id="rustプログラムの解剖"><a class="header" href="#rustプログラ
10661066
means that you’re calling a macro instead of a normal function.
10671067
-->
10681068
<p>2番目に<code>println!</code>はRustのマクロを呼び出すということです。代わりに関数を呼んでいたら、
1069-
<code>println</code>(<code>!</code>なし)と入力されているでしょう。Rustのマクロについて詳しくは、付録Dで議論します
1069+
<code>println</code>(<code>!</code>なし)と入力されているでしょう。Rustのマクロについて詳しくは、第19章で議論します
10701070
とりあえず、<code>!</code>を使用すると、普通の関数ではなくマクロを呼んでいるのだということを知っておくだけでいいでしょう。</p>
10711071
<!--
10721072
Third, you see the `"Hello, world!"` string. We pass this string as an argument

docs/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/searchindex.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)