We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8a1b0e commit 8d5025aCopy full SHA for 8d5025a
1.9/ja/book/error-handling.md
@@ -877,8 +877,8 @@ fn double_number(number_str: &str) -> Result<i32> {
877
<!-- However, `unwrap` can still be used judiciously. What exactly justifies use of -->
878
<!-- `unwrap` is somewhat of a grey area and reasonable people can disagree. I'll -->
879
<!-- summarize some of my *opinions* on the matter. -->
880
-しかしながら `unwrap` を使うのが懸命なこともあります。
881
-どんな場合が `unwrap` の使用を正当化できるのかについては、グレーな部分があり、人によって意見が分かれます。
+しかしながら `unwrap` を使うのが賢明なこともあります。
+どんな場合に `unwrap` の使用を正当化できるのかについては、グレーな部分があり、人によって意見が分かれます。
882
ここで、この問題についての、私の *個人的な意見* をまとめたいと思います。
883
884
<!-- * **In examples and quick 'n' dirty code.** Sometimes you're writing examples -->
0 commit comments