Skip to content

Fix typo in error-handling.md #246

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 8, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 1.6/ja/book/error-handling.md
Original file line number Diff line number Diff line change
Expand Up @@ -845,8 +845,8 @@ fn double_number(number_str: &str) -> Result<i32> {
<!-- However, `unwrap` can still be used judiciously. What exactly justifies use of -->
<!-- `unwrap` is somewhat of a grey area and reasonable people can disagree. I'll -->
<!-- summarize some of my *opinions* on the matter. -->
しかしながら `unwrap` を使うのが懸命なこともあります
どんな場合が `unwrap` の使用を正当化できるのかについては、グレーな部分があり、人によって意見が分かれます。
しかしながら `unwrap` を使うのが賢明なこともあります
どんな場合に `unwrap` の使用を正当化できるのかについては、グレーな部分があり、人によって意見が分かれます。
ここで、この問題についての、私の *個人的な意見* をまとめたいと思います。

<!-- * **In examples and quick 'n' dirty code.** Sometimes you're writing examples -->
Expand Down
4 changes: 2 additions & 2 deletions 1.9/ja/book/error-handling.md
Original file line number Diff line number Diff line change
Expand Up @@ -877,8 +877,8 @@ fn double_number(number_str: &str) -> Result<i32> {
<!-- However, `unwrap` can still be used judiciously. What exactly justifies use of -->
<!-- `unwrap` is somewhat of a grey area and reasonable people can disagree. I'll -->
<!-- summarize some of my *opinions* on the matter. -->
しかしながら `unwrap` を使うのが懸命なこともあります
どんな場合が `unwrap` の使用を正当化できるのかについては、グレーな部分があり、人によって意見が分かれます。
しかしながら `unwrap` を使うのが賢明なこともあります
どんな場合に `unwrap` の使用を正当化できるのかについては、グレーな部分があり、人によって意見が分かれます。
ここで、この問題についての、私の *個人的な意見* をまとめたいと思います。

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