Skip to content

Commit

Permalink
docs: correct a tiny grammar mistake (#2920)
Browse files Browse the repository at this point in the history
docs: correct a grammar mistake
  • Loading branch information
wer153 authored Dec 20, 2023
1 parent d8322b7 commit cf25db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/sync-vs-async.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ operations, such as calling synchronous functions that are I/O bound.
It might be tempting to look at this and think a function should be async by default,
unless it's performing blocking operations synchronously, but this is not the case.
Async itself has an overhead attached to it which, while very small, can in some
situations become non negligible. An synchronous function performing non-blocking
situations become non negligible. A synchronous function performing non-blocking
operations will outperform an asynchronous function doing the same.


Expand Down

0 comments on commit cf25db6

Please sign in to comment.