diff options
| author | delet0r <lucas@humfeldt.de> | 2018-11-27 10:54:01 +0100 |
|---|---|---|
| committer | delet0r <lucas@humfeldt.de> | 2018-11-27 10:54:01 +0100 |
| commit | b0c9b33978ca6ae1eff3658c7c6d0bfe48926d23 (patch) | |
| tree | 02e37627f3554117efcfe514547a1608d6e9cfed /exercises/error_handling | |
| parent | 0973e600566baa0071cfd050bdfbf62a3e72b43e (diff) | |
Changed Rust Book versions in links to 2018
Forgot to add changes to last commit.
Diffstat (limited to 'exercises/error_handling')
| -rw-r--r-- | exercises/error_handling/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/exercises/error_handling/README.md b/exercises/error_handling/README.md index b5895d7..2a53803 100644 --- a/exercises/error_handling/README.md +++ b/exercises/error_handling/README.md @@ -1,5 +1,5 @@ -For this exercise check out the chapters: -- [Error Handling](https://doc.rust-lang.org/book/second-edition/ch09-02-recoverable-errors-with-result.html) -- [Generics](https://doc.rust-lang.org/book/second-edition/ch10-01-syntax.html) +For this exercise check out the sections: +- [Error Handling](https://doc.rust-lang.org/book/2018-edition/ch09-02-recoverable-errors-with-result.html) +- [Generics](https://doc.rust-lang.org/book/2018-edition/ch10-01-syntax.html) of the Rust Book.
\ No newline at end of file |
