Merge pull request #101 from alxhghs/patch-5
Fixed typo - changed 'most of time' to 'most of the time'
This commit is contained in:
commit
9b39291509
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue