Skip to content

Commit

Permalink
Fixed typo on README
Browse files Browse the repository at this point in the history
Fixed misspelling of "crucially" on the README.
  • Loading branch information
Kludex authored Jun 26, 2021
1 parent 13d0b82 commit d44f63e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ This means you now have two basic states:
runs on the main thread's event loop, and all ``thread_sensitive`` synchronous
code will run in a single shared sub-thread.

Cruicially, this means that in both cases there is a thread which is a shared
Crucially, this means that in both cases there is a thread which is a shared
resource that all ``thread_sensitive`` code must run on, and there is a chance
that this thread is currently blocked on its own ``AsyncToSync`` call. Thus,
``AsyncToSync`` needs to act as an executor for thread code while it's blocking.
Expand Down

0 comments on commit d44f63e

Please sign in to comment.