Skip to content

Commit

Permalink
Update ch09-02-recoverable-errors-with-result.md (#68)
Browse files Browse the repository at this point in the history
오타 수정
  • Loading branch information
zenithzephyr authored Aug 22, 2024
1 parent fb19e0e commit 40a4c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ch09-02-recoverable-errors-with-result.md
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ don't want to include it for rustdoc testing purposes. -->

여태껏 다뤄본 `main` 함수는 모두 `()`를 반환했습니다. `main` 함수는
실행 프로그램의 시작점이자 종료점이기 때문에 특별하며,
프로그램이 기대한 대로 동작려면 반환 타입의 종류에 대한
프로그램이 기대한 대로 동작하려면 반환 타입의 종류에 대한
제약사항이 있습니다.

다행히도 `main``Result<(), E>`도 반환할 수 있습니다. 예제 9-12는
Expand Down

0 comments on commit 40a4c89

Please sign in to comment.