Skip to content

Commit df13c97

Browse files
committed
error-handling - brust up translation
1 parent ec84390 commit df13c97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1.6/ja/book/error-handling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1846,7 +1846,7 @@ fn file_double<P: AsRef<Path>>(file_path: P) -> Result<i32, Box<Error>> {
18461846
この方法が有効なシナリオもありますが、[この章で扱う範囲を超えています](https://crates.io/crates/error)
18471847

18481848
<!-- It's time to revisit our custom `CliError` type and tie everything together. -->
1849-
では、私たちのカスタムエラー型 `CliError` に戻って、全てを一つにまとめ上げましょう。
1849+
では、私たちの独自のエラー型 `CliError` に戻って、全てを一つにまとめ上げましょう。
18501850

18511851
<!-- ## Composing custom error types -->
18521852
## 独自のエラー型を合成する

0 commit comments

Comments
 (0)