feat: clarified the comment

This commit is contained in:
akshatcoder-hash 2025-04-06 21:21:09 +05:30
parent 8b4562e102
commit 84c98c0601

View File

@ -1,4 +1,5 @@
// TODO: Fix the compiler error in the `main` function without changing this function.
fn is_a_color_word(attempt: &str) -> bool {
attempt == "green" || attempt == "blue" || attempt == "red"
}