Skip to content

Commit d2572a7

Browse files
committed
ci: generate pages at e496f39 [ci skip]
1 parent e496f39 commit d2572a7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/ch03-05-control-flow.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ <h4 id="let文内でif式を使う"><a class="header" href="#let文内でif式
448448
find the problem in the program:
449449
-->
450450
<p>このコードをコンパイルしようとすると、エラーになります。<code>if</code><code>else</code>アームは互換性のない値の型になり、
451-
コンパイラがプログラム内で問題の見つかった箇所をスバリ指摘してくれます:</p>
451+
コンパイラがプログラム内で問題の見つかった箇所をズバリ指摘してくれます:</p>
452452
<pre><code class="language-console">$ cargo run
453453
Compiling branches v0.1.0 (file:///projects/branches)
454454
error[E0308]: `if` and `else` have incompatible types

docs/print.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5075,7 +5075,7 @@ <h4 id="let文内でif式を使う"><a class="header" href="#let文内でif式
50755075
find the problem in the program:
50765076
-->
50775077
<p>このコードをコンパイルしようとすると、エラーになります。<code>if</code>と<code>else</code>アームは互換性のない値の型になり、
5078-
コンパイラがプログラム内で問題の見つかった箇所をスバリ指摘してくれます:</p>
5078+
コンパイラがプログラム内で問題の見つかった箇所をズバリ指摘してくれます:</p>
50795079
<pre><code class="language-console">$ cargo run
50805080
Compiling branches v0.1.0 (file:///projects/branches)
50815081
error[E0308]: `if` and `else` have incompatible types

docs/searchindex.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/searchindex.json

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)