From efe2d19c694b5e10abddc29b1743da4b309fffb5 Mon Sep 17 00:00:00 2001 From: rpm0372 Date: Sat, 11 May 2024 22:38:15 +0000 Subject: [PATCH] Update exercises/105_threading2.zig The last word, '"diggits" was misspelled. --- exercises/105_threading2.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/105_threading2.zig b/exercises/105_threading2.zig index 94a2c71..7ca8f5c 100644 --- a/exercises/105_threading2.zig +++ b/exercises/105_threading2.zig @@ -104,4 +104,4 @@ fn thread_pi(pi: *f64, begin: u64, end: u64) !void { // to such an extent that seconds become minutes during execution. // // And you should remove the formatting restriction in "print", -// otherwise you will not be able to see the additional diggits. +// otherwise you will not be able to see the additional digits.