Skip to content

Commit 8d5025a

Browse files
authored
Fix typo in error-handling.md
誤字の訂正(懸命 -> 賢明)
1 parent b8a1b0e commit 8d5025a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

1.9/ja/book/error-handling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -877,8 +877,8 @@ fn double_number(number_str: &str) -> Result<i32> {
877877
<!-- However, `unwrap` can still be used judiciously. What exactly justifies use of -->
878878
<!-- `unwrap` is somewhat of a grey area and reasonable people can disagree. I'll -->
879879
<!-- summarize some of my *opinions* on the matter. -->
880-
しかしながら `unwrap` を使うのが懸命なこともあります
881-
どんな場合が `unwrap` の使用を正当化できるのかについては、グレーな部分があり、人によって意見が分かれます。
880+
しかしながら `unwrap` を使うのが賢明なこともあります
881+
どんな場合に `unwrap` の使用を正当化できるのかについては、グレーな部分があり、人によって意見が分かれます。
882882
ここで、この問題についての、私の *個人的な意見* をまとめたいと思います。
883883

884884
<!-- * **In examples and quick 'n' dirty code.** Sometimes you're writing examples -->

0 commit comments

Comments
 (0)