Update exercises/105_threading2.zig

Fixed typo.
This commit is contained in:
Chris Boesch 2024-03-23 15:57:33 +00:00
parent dabd9a5a0a
commit 95cfeaa606

View file

@ -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.
//