docs: Fix typo in tutorial.

This commit is contained in:
Ruud van Asseldonk 2014-08-04 18:01:54 +02:00
parent 795f6ae829
commit 662f58f5a3

View file

@ -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.