diff options
| author | Chris Boesch <[email protected]> | 2024-05-06 09:13:56 +0200 |
|---|---|---|
| committer | Chris Boesch <[email protected]> | 2024-05-06 09:13:56 +0200 |
| commit | 19bd8745e4c3effb016fb0c12ab9fddef6fe607d (patch) | |
| tree | 0872b21d0df23eb83bdff40372fd88bdd5e40312 /exercises/104_threading.zig | |
| parent | e182d1f19dd675f826d74abdecb292c11f3a4224 (diff) | |
| download | ziglings-19bd8745e4c3effb016fb0c12ab9fddef6fe607d.tar.xz ziglings-19bd8745e4c3effb016fb0c12ab9fddef6fe607d.zip | |
Fix some typos
Diffstat (limited to 'exercises/104_threading.zig')
| -rw-r--r-- | exercises/104_threading.zig | 4 |
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 |
