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/104_threading.zig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'exercises/104_threading.zig') diff --git a/exercises/104_threading.zig b/exercises/104_threading.zig index ac40b3c..9c4e216 100644 --- a/exercises/104_threading.zig +++ b/exercises/104_threading.zig @@ -4,8 +4,8 @@ // one possibility, namely asynchronous processes, in Exercises 84-91. // // However, the computing power of the processor is only distributed to -// the started tasks, which always reaches its limits when pure computing -// power is called up. +// the started and running tasks, which always reaches its limits when +// pure computing power is called up. // // For example, in blockchains based on proof of work, the miners have // to find a nonce for a certain character string so that the first m bits -- cgit v1.2.3-70-g09d2