diff --git a/src/0_background_information.md b/src/0_background_information.md index a897785..01093a9 100644 --- a/src/0_background_information.md +++ b/src/0_background_information.md @@ -93,7 +93,7 @@ runtime. ## Green threads -Green threads use the same mechanism as an OS does by creating a thread for +Green threads use the same mechanism as an OS - creating a thread for each task, setting up a stack, saving the CPU's state, and jumping from one task(thread) to another by doing a "context switch".