summaryrefslogtreecommitdiff
path: root/exercises/if/if2.rs
diff options
context:
space:
mode:
Diffstat (limited to 'exercises/if/if2.rs')
-rw-r--r--exercises/if/if2.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/if/if2.rs b/exercises/if/if2.rs
index 80effbd..6fed6f8 100644
--- a/exercises/if/if2.rs
+++ b/exercises/if/if2.rs
@@ -2,7 +2,7 @@
// Step 1: Make me compile!
// Step 2: Get the bar_for_fuzz and default_to_baz tests passing!
-// Execute the command `rustlings hint if2` if you want a hint :)
+// Execute `rustlings hint if2` or use the `hint` watch subcommand for a hint.
// I AM NOT DONE