aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2024-05-12 11:50:56 +0000
committerChris Boesch <chrboesch@noreply.codeberg.org>2024-05-12 11:50:56 +0000
commit776316e60ba6b9500969c3d0b6f63865af3cb92d (patch)
treee0458470330f5d33cffedc46aec8428c9aa55119
parent49c54fb07524cc876742992716874599d56f75f5 (diff)
parentefe2d19c694b5e10abddc29b1743da4b309fffb5 (diff)
Merge pull request 'Update exercises/105_threading2.zig' (#95) from rpm0372/exercises:TypoIn105 into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/95
-rw-r--r--exercises/105_threading2.zig2
1 files changed, 1 insertions, 1 deletions
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.