aboutsummaryrefslogtreecommitdiff
path: root/exercises/105_threading2.zig
diff options
context:
space:
mode:
authorChris Boesch <[email protected]>2024-05-06 09:13:56 +0200
committerChris Boesch <[email protected]>2024-05-06 09:13:56 +0200
commit19bd8745e4c3effb016fb0c12ab9fddef6fe607d (patch)
tree0872b21d0df23eb83bdff40372fd88bdd5e40312 /exercises/105_threading2.zig
parente182d1f19dd675f826d74abdecb292c11f3a4224 (diff)
downloadziglings-19bd8745e4c3effb016fb0c12ab9fddef6fe607d.tar.xz
ziglings-19bd8745e4c3effb016fb0c12ab9fddef6fe607d.zip
Fix some typos
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