Skip to content

Commit 12240e5

Browse files
committed
Fixed incorrect module path
extra::arc -> sync::arc
1 parent 3c9f2a5 commit 12240e5

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
@@ -1710,7 +1710,7 @@ it's possible to use *dynamic* mutability via types like `std::cell::Cell` where
17101710
via dynamic checks and can fail at runtime.
17111711

17121712
The `Rc` and `Gc` types are not sendable, so they cannot be used to share memory between tasks. Safe
1713-
immutable and mutable shared memory is provided by the `extra::arc` module.
1713+
immutable and mutable shared memory is provided by the `sync::arc` module.
17141714

17151715
# Closures
17161716

0 commit comments

Comments
 (0)