Skip to content

Commit 6ee8eb8

Browse files
committed
ci: generate pages at d9c3002 [ci skip]
1 parent d9c3002 commit 6ee8eb8

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

docs/ch01-02-hello-world.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ <h3><a class="header" href="#rustプログラムを書いて走らせる" id="ru
252252
an underscore to separate them. For example, use *hello_world.rs* rather than
253253
*helloworld.rs*.
254254
-->
255-
<p>次にソースファイルを作り、<em>main.rs</em>と呼んでください。Rustのファイルは常に <em>.rs</em>という拡張子で終わります。
255+
<p>次にソースファイルを作り、<em>main.rs</em>というファイル名にしてください。Rustのファイルは常に <em>.rs</em>という拡張子で終わります。
256256
ファイル名に2単語以上使っているなら、アンダースコアで区切ってください。例えば、<em>helloworld.rs</em>ではなく、
257257
<em>hello_world.rs</em>を使用してください。</p>
258258
<!--
@@ -311,7 +311,7 @@ <h3><a class="header" href="#rustプログラムの解剖" id="rustプログラ
311311
Let’s review in detail what just happened in your Hello, world! program.
312312
Here’s the first piece of the puzzle:
313313
-->
314-
<p>Hello, world!プログラムでちょうど何が起こったのか詳しく確認しましょう
314+
<p>Hello, world!プログラムでいま何が起こったのか詳しく確認しましょう
315315
こちらがパズルの最初のピースです:</p>
316316
<pre><pre class="playground"><code class="language-rust">fn main() {
317317

docs/print.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -947,7 +947,7 @@ <h3><a class="header" href="#rustプログラムを書いて走らせる" id="ru
947947
an underscore to separate them. For example, use *hello_world.rs* rather than
948948
*helloworld.rs*.
949949
-->
950-
<p>次にソースファイルを作り、<em>main.rs</em>と呼んでください。Rustのファイルは常に <em>.rs</em>という拡張子で終わります。
950+
<p>次にソースファイルを作り、<em>main.rs</em>というファイル名にしてください。Rustのファイルは常に <em>.rs</em>という拡張子で終わります。
951951
ファイル名に2単語以上使っているなら、アンダースコアで区切ってください。例えば、<em>helloworld.rs</em>ではなく、
952952
<em>hello_world.rs</em>を使用してください。</p>
953953
<!--
@@ -1006,7 +1006,7 @@ <h3><a class="header" href="#rustプログラムの解剖" id="rustプログラ
10061006
Let’s review in detail what just happened in your Hello, world! program.
10071007
Here’s the first piece of the puzzle:
10081008
-->
1009-
<p>Hello, world!プログラムでちょうど何が起こったのか詳しく確認しましょう
1009+
<p>Hello, world!プログラムでいま何が起こったのか詳しく確認しましょう
10101010
こちらがパズルの最初のピースです:</p>
10111011
<pre><pre class="playground"><code class="language-rust">fn main() {
10121012

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)