Skip to content

Commit f49fbf6

Browse files
Fix a typo in select-expression.md (#2385)
1 parent 865c229 commit f49fbf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/select-expression.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ fun main() = runBlocking<Unit> {
222222

223223
> You can get the full code [here](../kotlinx-coroutines-core/jvm/test/guide/example-select-02.kt).
224224
225-
The result of this code is quite interesting, so we'll analyze it in mode detail:
225+
The result of this code is quite interesting, so we'll analyze it in more detail:
226226

227227
```text
228228
a -> 'Hello 0'

0 commit comments

Comments
 (0)