Skip to content

Commit ee5f863

Browse files
committed
不要な記号の削除
1 parent 93e7c99 commit ee5f863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ch09-02-recoverable-errors-with-result.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ copy and paste relevant text
407407
thread 'main' panicked at src/main.rs:5:10:
408408
hello.txt should be included in this project: Os { code: 2, kind: NotFound, message: "No such file or directory" }
409409
('main'スレッドは、src/main.rs:5:10でパニックしました:
410-
hello.txtがこのプロジェクトに含まれているべきです: Os { code: 2, kind: NotFound, message: "そのようなファイルやディレクトリはありません" })
410+
hello.txtがこのプロジェクトに含まれているべきです: Os { code: 2, kind: NotFound, message: "そのようなファイルやディレクトリはありません" })
411411
```
412412

413413
<!--

0 commit comments

Comments
 (0)