Skip to content

Commit d44f63e

Browse files
authored
Fixed typo on README
Fixed misspelling of "crucially" on the README.
1 parent 13d0b82 commit d44f63e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ This means you now have two basic states:
189189
runs on the main thread's event loop, and all ``thread_sensitive`` synchronous
190190
code will run in a single shared sub-thread.
191191

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

0 commit comments

Comments
 (0)