From 19bd8745e4c3effb016fb0c12ab9fddef6fe607d Mon Sep 17 00:00:00 2001 From: Chris Boesch Date: Mon, 6 May 2024 09:13:56 +0200 Subject: Fix some typos --- exercises/105_threading2.zig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'exercises/105_threading2.zig') diff --git a/exercises/105_threading2.zig b/exercises/105_threading2.zig index c85f801..94a2c71 100644 --- a/exercises/105_threading2.zig +++ b/exercises/105_threading2.zig @@ -1,6 +1,6 @@ // -// Now that we are familiar with the principles of multi threading, we -// boldly venture into a practical example from mathematics. +// Now that we are familiar with the principles of multi-threading, +// let's boldly venture into a practical example from mathematics. // We will determine the circle number PI with sufficient accuracy. // // There are different methods for this, and some of them are several -- cgit v1.2.3