mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-08 11:20:46 -05:00
Update exercises/105_threading2.zig
Fixed typo.
This commit is contained in:
parent
dabd9a5a0a
commit
95cfeaa606
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue