Update article.md
Fix typo
This commit is contained in:
parent
70dfe976ff
commit
03da843d28
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
Sometimes we need to perform different actions based on a condition.
|
||||
|
||||
There is `if` statement for that and also the conditional (ternary) operator for conditional evaluation which we will be referring as “question mark” operator: "?" for simplicity.
|
||||
There is `if` statement for that and also the conditional (ternary) operator for conditional evaluation which we will be referring as “question mark” operator: `"?"` for simplicity.
|
||||
|
||||
[cut]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue