mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-23 22:00:38 -04:00
fix(curriculum): change if to if to help translation (#48100)
fix(curriculum): change `if` to if By removing the code tags the implication of the sentence stays the same but it will make translating it easier.
This commit is contained in:
@@ -7,7 +7,7 @@ dashedName: step-174
|
||||
|
||||
# --description--
|
||||
|
||||
Since you subtracted health from the player, you need to check `if` the player's `health` is less than or equal to `0`. If it is, call the `lose` function.
|
||||
Since you subtracted health from the player, you need to check if the player's `health` is less than or equal to `0`. If it is, call the `lose` function.
|
||||
|
||||
# --hints--
|
||||
|
||||
|
||||
Reference in New Issue
Block a user