Fix some typos

This commit is contained in:
Chris Boesch
2024-05-06 09:13:56 +02:00
parent e182d1f19d
commit 19bd8745e4
6 changed files with 20 additions and 20 deletions

View File

@@ -1,6 +1,6 @@
//
// Now that we are familiar with the principles of multi threading, we
// boldly venture into a practical example from mathematics.
// Now that we are familiar with the principles of multi-threading,
// let's boldly venture into a practical example from mathematics.
// We will determine the circle number PI with sufficient accuracy.
//
// There are different methods for this, and some of them are several