diff options
| author | rpm0372 <[email protected]> | 2024-05-11 22:38:15 +0000 |
|---|---|---|
| committer | rpm0372 <[email protected]> | 2024-05-11 22:38:15 +0000 |
| commit | efe2d19c694b5e10abddc29b1743da4b309fffb5 (patch) | |
| tree | e0458470330f5d33cffedc46aec8428c9aa55119 | |
| parent | 49c54fb07524cc876742992716874599d56f75f5 (diff) | |
| download | ziglings-efe2d19c694b5e10abddc29b1743da4b309fffb5.tar.xz ziglings-efe2d19c694b5e10abddc29b1743da4b309fffb5.zip | |
Update exercises/105_threading2.zig
The last word, '"diggits" was misspelled.
| -rw-r--r-- | exercises/105_threading2.zig | 2 |
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. |
