Skip to content

Commit

Permalink
Merge pull request 'Update exercises/105_threading2.zig' (#95) from r…
Browse files Browse the repository at this point in the history
…pm0372/exercises:TypoIn105 into main

Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/95
  • Loading branch information
Chris Boesch committed May 12, 2024
2 parents ae69e9f + 9556ab0 commit b753170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/105_threading2.zig
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit b753170

Please sign in to comment.