aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/exercises/104_threading.zig
diff options
context:
space:
mode:
Diffstat (limited to 'exercises/104_threading.zig')
-rw-r--r--exercises/104_threading.zig4
1 files changed, 2 insertions, 2 deletions
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