summaryrefslogtreecommitdiff
path: root/exercises/functions/README.md
diff options
context:
space:
mode:
authorZerotask <Zerotask@users.noreply.github.com>2021-04-23 19:54:31 +0200
committerZerotask <Zerotask@users.noreply.github.com>2021-04-23 19:54:31 +0200
commit249ad44cc03974fd34708c23d9832b1729c6e844 (patch)
treedb25c5f51d76d10bc129dbcc8df2c56c75b13f2b /exercises/functions/README.md
parent54804e344d84bb620447b7975a5b8ec4f9de2671 (diff)
docs(exercises): updated all exercises readme files
all exercises readme files now have a unified structure and a description
Diffstat (limited to 'exercises/functions/README.md')
-rw-r--r--exercises/functions/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/exercises/functions/README.md b/exercises/functions/README.md
index 351ae02..66547bd 100644
--- a/exercises/functions/README.md
+++ b/exercises/functions/README.md
@@ -1,7 +1,7 @@
-### Functions
+# Functions
Here, you'll learn how to write functions and how Rust's compiler can trace things way back.
-#### Book Sections
+## Further information
- [How Functions Work](https://doc.rust-lang.org/book/ch03-03-how-functions-work.html)