Skip to content

Commit df41f22

Browse files
committed
ci: generate pages at 7adc954 [ci skip]
1 parent 7adc954 commit df41f22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/ch09-02-recoverable-errors-with-result.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ <h2 id="resultで回復可能なエラー"><a class="header" href="#resultで回
190190
Type][handle_failure]” in Chapter 2 that the `Result` enum is
191191
defined as having two variants, `Ok` and `Err`, as follows:
192192
-->
193-
<p>第2章の<a href="ch02-00-guessing-game-tutorial.html#handling-potential-failure-with-the-result-type"><code>Result</code>型で失敗する可能性に対処する」</a><code>Result</code> enumが以下のように、
193+
<p>第2章の<a href="ch02-00-guessing-game-tutorial.html#result%E5%9E%8B%E3%81%A7%E5%A4%B1%E6%95%97%E3%81%AE%E5%8F%AF%E8%83%BD%E6%80%A7%E3%82%92%E6%89%B1%E3%81%86"><code>Result</code>型で失敗する可能性に対処する」</a><code>Result</code> enumが以下のように、
194194
<code>Ok</code><code>Err</code>の2列挙子からなるよう定義されていることを思い出してください:</p>
195195
<pre><pre class="playground"><code class="language-rust">
196196
<span class="boring">#![allow(unused)]

docs/print.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13532,7 +13532,7 @@ <h2 id="resultで回復可能なエラー"><a class="header" href="#resultで回
1353213532
Type][handle_failure]” in Chapter 2 that the `Result` enum is
1353313533
defined as having two variants, `Ok` and `Err`, as follows:
1353413534
-->
13535-
<p>第2章の<a href="ch02-00-guessing-game-tutorial.html#handling-potential-failure-with-the-result-type">「<code>Result</code>型で失敗する可能性に対処する」</a>で<code>Result</code> enumが以下のように、
13535+
<p>第2章の<a href="ch02-00-guessing-game-tutorial.html#result%E5%9E%8B%E3%81%A7%E5%A4%B1%E6%95%97%E3%81%AE%E5%8F%AF%E8%83%BD%E6%80%A7%E3%82%92%E6%89%B1%E3%81%86">「<code>Result</code>型で失敗する可能性に対処する」</a>で<code>Result</code> enumが以下のように、
1353613536
<code>Ok</code>と<code>Err</code>の2列挙子からなるよう定義されていることを思い出してください:</p>
1353713537
<pre><pre class="playground"><code class="language-rust">
1353813538
<span class="boring">#![allow(unused)]

0 commit comments

Comments
 (0)