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 8d5025a commit 8af4747Copy full SHA for 8af4747
1.6/ja/book/error-handling.md
@@ -845,8 +845,8 @@ fn double_number(number_str: &str) -> Result<i32> {
845
<!-- However, `unwrap` can still be used judiciously. What exactly justifies use of -->
846
<!-- `unwrap` is somewhat of a grey area and reasonable people can disagree. I'll -->
847
<!-- summarize some of my *opinions* on the matter. -->
848
-しかしながら `unwrap` を使うのが懸命なこともあります。
849
-どんな場合が `unwrap` の使用を正当化できるのかについては、グレーな部分があり、人によって意見が分かれます。
+しかしながら `unwrap` を使うのが賢明なこともあります。
+どんな場合に `unwrap` の使用を正当化できるのかについては、グレーな部分があり、人によって意見が分かれます。
850
ここで、この問題についての、私の *個人的な意見* をまとめたいと思います。
851
852
<!-- * **In examples and quick 'n' dirty code.** Sometimes you're writing examples -->
0 commit comments