Skip to content

Commit 48c1d3a

Browse files
fix: fix typo in idioms documentation page (#4940)
1 parent 8a94fb0 commit 48c1d3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/idioms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ val filesSize = files?.size ?: run {
202202
println(filesSize)
203203
```
204204

205-
## Execute a expression if null
205+
## Execute an expression if null
206206

207207
```kotlin
208208
val values = ...

0 commit comments

Comments
 (0)