diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2024-03-28 20:42:35 +0000 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2024-03-28 20:42:35 +0000 |
| commit | e06cdc0b70778765edc4804457812552e71d38cd (patch) | |
| tree | 0baf6477de6a26197602f1474fe810e653697fef /exercises/105_threading2.zig | |
| parent | 86ac326885888c992aa206051220878c4a34579b (diff) | |
| parent | 20919722ff6dc43a6b22ed58282acd1168a4ec6c (diff) | |
Merge branch 'main' into i69
Diffstat (limited to 'exercises/105_threading2.zig')
| -rw-r--r-- | exercises/105_threading2.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/105_threading2.zig b/exercises/105_threading2.zig index ac3cdfb..c85f801 100644 --- a/exercises/105_threading2.zig +++ b/exercises/105_threading2.zig @@ -1,5 +1,5 @@ // -// Now that we are familiar with the principles of multithreading, we +// Now that we are familiar with the principles of multi threading, we // boldly venture into a practical example from mathematics. // We will determine the circle number PI with sufficient accuracy. // |
