We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf219b0 commit e5074ecCopy full SHA for e5074ec
Documentation/teaching/lectures/processes.rst
@@ -736,7 +736,7 @@ Blocking the current thread
736
737
Blocking the current thread is an important operation we need to
738
perform to implement efficient task scheduling - we want to run other
739
-treads while I/O operations complete.
+threads while I/O operations complete.
740
741
In order to accomplish this the following operations take place:
742
0 commit comments