Skip to content

Commit 8af4747

Browse files
authored
Fix typo in error-handling.md (1.6)
1 parent 8d5025a commit 8af4747

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

1.6/ja/book/error-handling.md

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

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

0 commit comments

Comments
 (0)