Skip to content

Commit

Permalink
Update training-slides/src/deconstructing-send-arc-mutex.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan Pallant <[email protected]>
  • Loading branch information
listochkin and jonathanpallant authored Feb 5, 2024
1 parent 054042b commit 73da8f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion training-slides/src/deconstructing-send-arc-mutex.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- markdownlint-disable MD031 MD033 MD037 -->
# Deconstructing Send, Arc, and Mutex

## `tread::spawn` Function
## `thread::spawn` Function

```rust ignore
pub fn spawn<F, T>(f: F) -> JoinHandle<T>
Expand Down

0 comments on commit 73da8f3

Please sign in to comment.