aboutsummaryrefslogtreecommitdiff
path: root/exercises/105_threading2.zig
diff options
context:
space:
mode:
authorChris Boesch <[email protected]>2024-05-06 07:25:18 +0000
committerChris Boesch <[email protected]>2024-05-06 07:25:18 +0000
commit8345e839b09bd12947f547598fe9790859736023 (patch)
tree9c6010e10ad6542366315864d0b5f645b6d5dbe4 /exercises/105_threading2.zig
parent1ac46d7a42ae90006c99f9c4a9bfdb435de30cac (diff)
parent6c23f2682e08b8c24bca33a18dc1d9770259a061 (diff)
downloadziglings-8345e839b09bd12947f547598fe9790859736023.tar.xz
ziglings-8345e839b09bd12947f547598fe9790859736023.zip
Merge pull request 'Fix some typos' (#89) from typos into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/89
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