Просмотр исходного кода

Update exercises/105_threading2.zig

Fixed typo.
Chris Boesch 1 год назад
Родитель
Сommit
95cfeaa606
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      exercises/105_threading2.zig

+ 1 - 1
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.
 //