File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -845,8 +845,8 @@ fn double_number(number_str: &str) -> Result<i32> {
845
845
<!-- However, `unwrap` can still be used judiciously. What exactly justifies use of -->
846
846
<!-- `unwrap` is somewhat of a grey area and reasonable people can disagree. I'll -->
847
847
<!-- summarize some of my *opinions* on the matter. -->
848
- しかしながら ` unwrap ` を使うのが懸命なこともあります 。
849
- どんな場合が ` unwrap ` の使用を正当化できるのかについては、グレーな部分があり、人によって意見が分かれます。
848
+ しかしながら ` unwrap ` を使うのが賢明なこともあります 。
849
+ どんな場合に ` unwrap ` の使用を正当化できるのかについては、グレーな部分があり、人によって意見が分かれます。
850
850
ここで、この問題についての、私の * 個人的な意見* をまとめたいと思います。
851
851
852
852
<!-- * **In examples and quick 'n' dirty code.** Sometimes you're writing examples -->
Original file line number Diff line number Diff line change @@ -877,8 +877,8 @@ fn double_number(number_str: &str) -> Result<i32> {
877
877
<!-- However, `unwrap` can still be used judiciously. What exactly justifies use of -->
878
878
<!-- `unwrap` is somewhat of a grey area and reasonable people can disagree. I'll -->
879
879
<!-- summarize some of my *opinions* on the matter. -->
880
- しかしながら ` unwrap ` を使うのが懸命なこともあります 。
881
- どんな場合が ` unwrap ` の使用を正当化できるのかについては、グレーな部分があり、人によって意見が分かれます。
880
+ しかしながら ` unwrap ` を使うのが賢明なこともあります 。
881
+ どんな場合に ` unwrap ` の使用を正当化できるのかについては、グレーな部分があり、人によって意見が分かれます。
882
882
ここで、この問題についての、私の * 個人的な意見* をまとめたいと思います。
883
883
884
884
<!-- * **In examples and quick 'n' dirty code.** Sometimes you're writing examples -->
You can’t perform that action at this time.
0 commit comments