docs: Fix typo in tutorial.
This commit is contained in:
parent
795f6ae829
commit
662f58f5a3
1 changed files with 1 additions and 1 deletions
|
|
@ -2196,7 +2196,7 @@ and may not be overridden:
|
|||
Types are sendable
|
||||
unless they contain references.
|
||||
|
||||
* `Share` - Types that are *threadsafe*
|
||||
* `Share` - Types that are *threadsafe*.
|
||||
These are types that are safe to be used across several threads with access to
|
||||
a `&T` pointer. `Mutex<T>` is an example of a *sharable* type with internal mutable data.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue