diff options
| author | Chris Boesch <[email protected]> | 2024-03-23 15:57:33 +0000 |
|---|---|---|
| committer | Chris Boesch <[email protected]> | 2024-03-23 15:57:33 +0000 |
| commit | 95cfeaa6066af582bb4924cb5f4ec89a1b04b539 (patch) | |
| tree | fa118a9f093f74ec17385cc2e21bbeb5db1fe790 /exercises | |
| parent | dabd9a5a0a8d377ed91b16863a6174e898db7a12 (diff) | |
| download | ziglings-95cfeaa6066af582bb4924cb5f4ec89a1b04b539.tar.xz ziglings-95cfeaa6066af582bb4924cb5f4ec89a1b04b539.zip | |
Update exercises/105_threading2.zig
Fixed typo.
Diffstat (limited to 'exercises')
| -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 a211551..1330999 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. // |
