Skip to content

Commit

Permalink
Merge pull request rust-lang#103 from rinthel/rust-lang#102-missing-link
Browse files Browse the repository at this point in the history
링크 오류 수정
  • Loading branch information
rinthel authored May 28, 2018
2 parents 9e2b147 + 206ef2c commit 00f6564
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
`Result` 열거형은 다음과 같이 `Ok``Err`라는 두 개의 variant를 갖도록 정의되어 있음을
상기하세요:

[handle_failure]: ch02-00-guessing-game-tutorial.html#handling-potential-failure-with-the-result-type
[handle_failure]: ch02-00-guessing-game-tutorial.html#result-타입으로-잠재된-실패-다루기

```rust
enum Result<T, E> {
Expand Down

0 comments on commit 00f6564

Please sign in to comment.