Skip to content

Commit 5518071

Browse files
derekchiangalexcrichton
authored andcommitted
Remove reference to MutexArc
1 parent 85e34b2 commit 5518071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2155,7 +2155,7 @@ unless they contain references.
21552155

21562156
* `Share` - Types that are *threadsafe*
21572157
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.
2158+
a `&T` pointer. `Mutex<T>` is an example of a *sharable* type with internal mutable data.
21592159

21602160
* `'static` - Non-borrowed types.
21612161
These are types that do not contain any data whose lifetime is bound to

0 commit comments

Comments
 (0)