File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ <h2 id="resultで回復可能なエラー"><a class="header" href="#resultで回
190
190
Type][handle_failure]” in Chapter 2 that the `Result` enum is
191
191
defined as having two variants, `Ok` and `Err`, as follows:
192
192
-->
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が以下のように、
194
194
< code > Ok</ code > と< code > Err</ code > の2列挙子からなるよう定義されていることを思い出してください:</ p >
195
195
< pre > < pre class ="playground "> < code class ="language-rust ">
196
196
< span class ="boring "> #![allow(unused)]
Original file line number Diff line number Diff line change @@ -13532,7 +13532,7 @@ <h2 id="resultで回復可能なエラー"><a class="header" href="#resultで回
13532
13532
Type][handle_failure]” in Chapter 2 that the `Result` enum is
13533
13533
defined as having two variants, `Ok` and `Err`, as follows:
13534
13534
-->
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が以下のように、
13536
13536
<code>Ok</code>と<code>Err</code>の2列挙子からなるよう定義されていることを思い出してください:</p>
13537
13537
<pre><pre class="playground"><code class="language-rust">
13538
13538
<span class="boring">#![allow(unused)]
You can’t perform that action at this time.
0 commit comments