mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum): typo in step 43 of Building a Cipher (#54845)
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ dashedName: step-43
|
||||
|
||||
# --description--
|
||||
|
||||
A conditional statement can also have an `else` clause. This clause can be added to the end of an `if` statement to execute alternative code if the condition is of the `if` statement is false:
|
||||
A conditional statement can also have an `else` clause. This clause can be added to the end of an `if` statement to execute alternative code if the condition of the `if` statement is false:
|
||||
|
||||
```py
|
||||
if x != 0:
|
||||
|
||||
Reference in New Issue
Block a user