summaryrefslogtreecommitdiff
path: root/exercises/if/README.md
diff options
context:
space:
mode:
authormokou <mokou@fastmail.com>2022-07-12 11:10:08 +0200
committermokou <mokou@fastmail.com>2022-07-12 11:10:08 +0200
commit4868d18ea315f15ad007086f218c8a1ee68a8eb4 (patch)
tree527dd7e6d2614ca7c23aa9a27e189db36a7fd7ce /exercises/if/README.md
parent742fb08e010725868ebdce41038461088d95a3d9 (diff)
feat(if): replace hints
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