Skip to content

Commit

Permalink
finish sentences with a period
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Razoumov committed Sep 23, 2024
1 parent f8cabc6 commit 6cfa825
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions episodes/11-parallel-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ painters could executed the tasks **_truly in parallel_**.

::::::::::::::::::::::::::::::::::::: callout

Think of the CPU cores as the painters or workers that will execute your concurrent tasks
Think of the CPU cores as the painters or workers that will execute your concurrent tasks.

::::::::::::::::::::::::::::::::::::::::::::::::

Expand All @@ -42,7 +42,7 @@ use the dispenser: One must wait while the other is being serviced.

::::::::::::::::::::::::::::::::::::: callout

Think of the shared memory in your computer as the central dispenser for all your workers
Think of the shared memory in your computer as the central dispenser for all your workers.

::::::::::::::::::::::::::::::::::::::::::::::::

Expand All @@ -55,7 +55,7 @@ the paint of worker B and worker B must respond by sending the required colour.

::::::::::::::::::::::::::::::::::::: callout

Think of the memory distributed on each node of a cluster as the different dispensers for your workers
Think of the memory distributed on each node of a cluster as the different dispensers for your workers.

::::::::::::::::::::::::::::::::::::::::::::::::

Expand Down

0 comments on commit 6cfa825

Please sign in to comment.