summaryrefslogtreecommitdiff
path: root/exercises/if/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'exercises/if/README.md')
-rw-r--r--exercises/if/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/if/README.md b/exercises/if/README.md
index 528d988..b52c392 100644
--- a/exercises/if/README.md
+++ b/exercises/if/README.md
@@ -1,6 +1,6 @@
# If
-`if`, the most basic type of control flow, is what you'll learn here.
+`if`, the most basic (but still surprisingly versatile!) type of control flow, is what you'll learn here.
## Further information