We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 865c229 commit f49fbf6Copy full SHA for f49fbf6
docs/select-expression.md
@@ -222,7 +222,7 @@ fun main() = runBlocking<Unit> {
222
223
> You can get the full code [here](../kotlinx-coroutines-core/jvm/test/guide/example-select-02.kt).
224
225
-The result of this code is quite interesting, so we'll analyze it in mode detail:
+The result of this code is quite interesting, so we'll analyze it in more detail:
226
227
```text
228
a -> 'Hello 0'
0 commit comments