Skip to content

Commit

Permalink
Remove unnecessary newline (Kotlin#3756)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanbikan authored and pablobaxter committed Jun 21, 2023
1 parent 7b867fe commit df5fc93
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/topics/shared-mutable-state-and-concurrency.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,7 @@ state or to complex operations that do not have ready-to-use thread-safe impleme

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

<!--- CLEAR -->

Expand Down

0 comments on commit df5fc93

Please sign in to comment.