Skip to content

Commit

Permalink
Update training-slides/src/spawning-threads.md
Browse files Browse the repository at this point in the history
Co-authored-by: Tanks Transfeld <[email protected]>
  • Loading branch information
jonathanpallant and Mirabellensaft committed Jun 14, 2023
1 parent d39b23f commit a06d3a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion training-slides/src/spawning-threads.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ fn main() {

## Why no context?

* There's no `void* p_context` argument, because *closures* can *close-over* local variables.
There's no `void* p_context` argument, because *closures* can *close-over* local variables.

```rust []
use std::thread;
Expand Down

0 comments on commit a06d3a2

Please sign in to comment.