summaryrefslogtreecommitdiff
path: root/exercises
diff options
context:
space:
mode:
authormokou <mokou@fastmail.com>2022-07-11 14:00:12 +0200
committermokou <mokou@fastmail.com>2022-07-11 14:00:12 +0200
commit093a525450bd1d0092d91bb90969bffab2df55a9 (patch)
tree7021154e333d12589f66685ca16e46ecc3c1e065 /exercises
parentb3ec8fe0223eda6ce31e72d464b6a56d71b2204f (diff)
fix(functions): clarify README wording
Diffstat (limited to 'exercises')
-rw-r--r--exercises/functions/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/exercises/functions/README.md b/exercises/functions/README.md
index 66547bd..6662d0d 100644
--- a/exercises/functions/README.md
+++ b/exercises/functions/README.md
@@ -1,6 +1,7 @@
# Functions
-Here, you'll learn how to write functions and how Rust's compiler can trace things way back.
+Here, you'll learn how to write functions and how the Rust compiler can help you debug errors even
+in more complex code.
## Further information