From 1ad3534e4d276dfddefc80fcd9a2f1e6c74266d1 Mon Sep 17 00:00:00 2001 From: Chris Boesch Date: Sun, 21 Jun 2026 15:31:18 +0200 Subject: fixed grammar --- exercises/108_threading2.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'exercises') 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? // -- cgit v1.2.3