diff options
| author | Chris Boesch <[email protected]> | 2024-05-06 07:25:18 +0000 |
|---|---|---|
| committer | Chris Boesch <[email protected]> | 2024-05-06 07:25:18 +0000 |
| commit | 8345e839b09bd12947f547598fe9790859736023 (patch) | |
| tree | 9c6010e10ad6542366315864d0b5f645b6d5dbe4 /exercises/104_threading.zig | |
| parent | 1ac46d7a42ae90006c99f9c4a9bfdb435de30cac (diff) | |
| parent | 6c23f2682e08b8c24bca33a18dc1d9770259a061 (diff) | |
| download | ziglings-8345e839b09bd12947f547598fe9790859736023.tar.xz ziglings-8345e839b09bd12947f547598fe9790859736023.zip | |
Merge pull request 'Fix some typos' (#89) from typos into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/89
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 |
