diff options
| author | Chris Boesch <[email protected]> | 2024-05-12 11:50:56 +0000 |
|---|---|---|
| committer | Chris Boesch <[email protected]> | 2024-05-12 11:50:56 +0000 |
| commit | 776316e60ba6b9500969c3d0b6f63865af3cb92d (patch) | |
| tree | e0458470330f5d33cffedc46aec8428c9aa55119 /exercises | |
| parent | 49c54fb07524cc876742992716874599d56f75f5 (diff) | |
| parent | efe2d19c694b5e10abddc29b1743da4b309fffb5 (diff) | |
| download | ziglings-776316e60ba6b9500969c3d0b6f63865af3cb92d.tar.xz ziglings-776316e60ba6b9500969c3d0b6f63865af3cb92d.zip | |
Merge pull request 'Update exercises/105_threading2.zig' (#95) from rpm0372/exercises:TypoIn105 into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/95
Diffstat (limited to 'exercises')
| -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. |
