Skip to content

Commit 7d70810

Browse files
authored
improve wording
1 parent 9373b7d commit 7d70810

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

docs/topics/booleans.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,9 @@ val d = true xor true // false
115115
## Operator precedence
116116

117117
Logical operators follow precedence rules. They determine how to group variables in
118-
the absence of parentheses:
118+
the absence of parentheses.
119+
120+
The subsequence of execution is:
119121

120122
1. `!`
121123
2. `xor`
@@ -195,4 +197,4 @@ fun main() {
195197
//sampleEnd
196198
}
197199
```
198-
{kotlin-runnable="true" kotlin-min-compiler-version="1.3"}
200+
{kotlin-runnable="true" kotlin-min-compiler-version="1.3"}

0 commit comments

Comments
 (0)