aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/exercises/105_threading2.zig
diff options
context:
space:
mode:
Diffstat (limited to 'exercises/105_threading2.zig')
-rw-r--r--exercises/105_threading2.zig4
1 files changed, 2 insertions, 2 deletions
diff --git a/exercises/105_threading2.zig b/exercises/105_threading2.zig
index c85f801..94a2c71 100644
--- a/exercises/105_threading2.zig
+++ b/exercises/105_threading2.zig
@@ -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