Changed some grammar issues for better readability (#27480)

pull/35778/head
JM0S3R 2019-04-06 09:56:51 -04:00 committed by The Coding Aviator
parent 13709bf178
commit 9289b038b5
1 changed files with 2 additions and 1 deletions

View File

@ -233,6 +233,7 @@ int main() {
```
What will be the Output? "NO! I am boss"? if you are guessing this output then you are wrong.
Why did this happen? because in the if statement you used "=" instead of "==" operator.
"==" is comparator .