File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -54,9 +54,9 @@ public expect object Dispatchers {
54
54
*
55
55
* For example, the following code:
56
56
* ```
57
- * withContext(Dispatcher .Unconfined) {
57
+ * withContext(Dispatchers .Unconfined) {
58
58
* println(1)
59
- * withContext(Dispatcher .Unconfined) { // Nested unconfined
59
+ * withContext(Dispatchers .Unconfined) { // Nested unconfined
60
60
* println(2)
61
61
* }
62
62
* println(3)
Original file line number Diff line number Diff line change @@ -71,9 +71,9 @@ public actual object Dispatchers {
71
71
*
72
72
* For example, the following code:
73
73
* ```
74
- * withContext(Dispatcher .Unconfined) {
74
+ * withContext(Dispatchers .Unconfined) {
75
75
* println(1)
76
- * withContext(Dispatcher .Unconfined) { // Nested unconfined
76
+ * withContext(Dispatchers .Unconfined) { // Nested unconfined
77
77
* println(2)
78
78
* }
79
79
* println(3)
You can’t perform that action at this time.
0 commit comments