Skip to content

Commit 9582584

Browse files
authored
Remove unnecessary newline (#3756)
1 parent 0238247 commit 9582584

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,7 @@ state or to complex operations that do not have ready-to-use thread-safe impleme
195195

196196
_Thread confinement_ is an approach to the problem of shared mutable state where all access to the particular shared
197197
state is confined to a single thread. It is typically used in UI applications, where all UI state is confined to
198-
the single event-dispatch/application thread. It is easy to apply with coroutines by using a
199-
single-threaded context.
198+
the single event-dispatch/application thread. It is easy to apply with coroutines by using a single-threaded context.
200199

201200
<!--- CLEAR -->
202201

0 commit comments

Comments
 (0)