diff options
| author | mo8it <mo8it@proton.me> | 2024-05-22 15:04:21 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-05-22 15:04:21 +0200 |
| commit | c8ad6c3960b4bec44a610cc144e6b635bffcbc31 (patch) | |
| tree | e148a069d2aa38fce421f55656ef33dcca7ebdc7 /rustlings-macros/info.toml | |
| parent | 3bb71c6b0c9d58e421f79d914f5483cb5a98af0b (diff) | |
if1 solution
Diffstat (limited to 'rustlings-macros/info.toml')
| -rw-r--r-- | rustlings-macros/info.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rustlings-macros/info.toml b/rustlings-macros/info.toml index 495e9c3..a67e38d 100644 --- a/rustlings-macros/info.toml +++ b/rustlings-macros/info.toml @@ -200,9 +200,9 @@ Some similar examples from other languages: - In Python this would be: `a if a > b else b` Remember in Rust that: -- the `if` condition does not need to be surrounded by parentheses +- The `if` condition does not need to be surrounded by parentheses - `if`/`else` conditionals are expressions -- Each condition is followed by a `{}` block.""" +- Each condition is followed by a `{}` block""" [[exercises]] name = "if2" |
