summaryrefslogtreecommitdiff
path: root/exercises/error_handling
diff options
context:
space:
mode:
authorKoalab99 <60042855+Koalab99@users.noreply.github.com>2020-08-27 19:51:19 +0200
committerGitHub <noreply@github.com>2020-08-27 19:51:19 +0200
commitee7cdc66b31673c0fb02de0ce732812f855e69e8 (patch)
treee2a2d62805e0517060c9a8beec4297259a40a487 /exercises/error_handling
parent9699da4968b19ab8925890b81169664fa7699ce5 (diff)
chore: Removed extra whitespaces
Co-authored-by: Corentin ARNOULD <corentin.arn@gmail.com>
Diffstat (limited to 'exercises/error_handling')
-rw-r--r--exercises/error_handling/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/exercises/error_handling/README.md b/exercises/error_handling/README.md
index cf66c2b..77a58d1 100644
--- a/exercises/error_handling/README.md
+++ b/exercises/error_handling/README.md
@@ -1,5 +1,5 @@
For this exercise check out the sections:
-- [Error Handling](https://doc.rust-lang.org/book/ch09-02-recoverable-errors-with-result.html)
-- [Generics](https://doc.rust-lang.org/book/ch10-01-syntax.html)
+- [Error Handling](https://doc.rust-lang.org/book/ch09-02-recoverable-errors-with-result.html)
+- [Generics](https://doc.rust-lang.org/book/ch10-01-syntax.html)
of the Rust Book.