We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85e34b2 commit 5518071Copy full SHA for 5518071
src/doc/tutorial.md
@@ -2155,7 +2155,7 @@ unless they contain references.
2155
2156
* `Share` - Types that are *threadsafe*
2157
These are types that are safe to be used across several threads with access to
2158
-a `&T` pointer. `MutexArc` is an example of a *sharable* type with internal mutable data.
+a `&T` pointer. `Mutex<T>` is an example of a *sharable* type with internal mutable data.
2159
2160
* `'static` - Non-borrowed types.
2161
These are types that do not contain any data whose lifetime is bound to
0 commit comments