Fixed typo - changed 'most of time' to 'most of the time

This commit is contained in:
Alex Hughes 2017-07-17 12:02:57 -04:00 committed by GitHub
parent 7ef8f49f9a
commit e11e7804b8

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: