Skip to content

Commit 0661d47

Browse files
AlexanderPrendotaelizarov
authored andcommitted
fix: make snippet as non-runnable
1 parent 4a82113 commit 0661d47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/shared-mutable-state-and-concurrency.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ but others are unique.
4242
Let us launch a hundred coroutines all doing the same action thousand times.
4343
We'll also measure their completion time for further comparisons:
4444

45-
<div class="sample" markdown="1" theme="idea" data-min-compiler-version="1.3">
45+
<div class="sample" markdown="1" theme="idea" data-highlight-only>
4646

4747
```kotlin
4848
suspend fun CoroutineScope.massiveRun(action: suspend () -> Unit) {

0 commit comments

Comments
 (0)