diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2026-06-21 17:29:19 +0200 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2026-06-21 17:29:19 +0200 |
| commit | fe1c9fb9bd1ba88b2b37ffa62dd454bfbe521d4a (patch) | |
| tree | 586d05343f5c53a994f1535f60a875b4a24b9a33 /exercises/108_threading2.zig | |
| parent | 935d26828036da962f5c22738d86e8530a3819a2 (diff) | |
| parent | 151450cc7ddc188ec69d066bdc5f4a85c4210fbe (diff) | |
Merge branch 'main' into fix_typo
Diffstat (limited to 'exercises/108_threading2.zig')
| -rw-r--r-- | exercises/108_threading2.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/108_threading2.zig b/exercises/108_threading2.zig index bbf8d78..e1b35ac 100644 --- a/exercises/108_threading2.zig +++ b/exercises/108_threading2.zig @@ -46,7 +46,7 @@ // 1,000,000,000 partial values. And for each additional digit we have to // add a zero. // Even fast computers - and I mean really fast computers - get a bit warmer -// on the CPU when it comes to really many digits. But the 8 digits are +// on the CPU when it comes to a large number of digits. But 8 digits are // enough for us for now, because we want to understand the principle and // nothing more, right? // |
