Merge pull request #101 from alxhghs/patch-5

Fixed typo - changed 'most of time' to 'most of the time'
This commit is contained in:
Ilya Kantor 2017-07-23 11:30:08 +02:00 committed by GitHub
commit 9b39291509

View file

@ -41,7 +41,7 @@ if (1 || 0) { // works just like if( true || false )
} }
``` ```
Most of time, OR `||` is used in `if` to test if *any* of given conditions is correct. Most of the time, OR `||` is used in `if` to test if *any* of given conditions is correct.
For example: For example: