Skip to content

Commit 648baae

Browse files
committed
Little typo
1 parent a67f75a commit 648baae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/site/markdown/docs/kotlinWhereClauses.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ given context. Others must be enclosed in an `and` or an `or` block. The four ty
155155
}}
156156
}
157157
```
158-
4.
159-
5. **Group** - for grouping conditions with parentheses:
158+
159+
4. **Group** - for grouping conditions with parentheses:
160160

161161
```kotlin
162162
select(foo) {

0 commit comments

Comments
 (0)