Update article.md

Fix typo
This commit is contained in:
cpxPratik 2017-07-28 16:55:21 +05:45 committed by GitHub
parent 70dfe976ff
commit 03da843d28

View file

@ -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]