Improve phrasing

This commit is contained in:
Sarah Lewis 2020-08-18 16:28:35 -07:00 committed by GitHub
parent fe571b36ed
commit bbaa75b59e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -224,7 +224,7 @@ So the code `a && b || c && d` is essentially the same as if the `&&` expression
```` ````
````warn header="Don't replace `if` with || or &&" ````warn header="Don't replace `if` with || or &&"
Sometimes, people use the AND `&&` operator as a "shorter to write `if`". Sometimes, people use the AND `&&` operator as a "shorter way to write `if`".
For instance: For instance: