Skip to content

Commit 764ffa0

Browse files
committed
fix_link
1 parent 829b0d5 commit 764ffa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/lessons/09_concurrency/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ They are marker traits used to indicate that a type or a reference to it can be
5959
6060
This makes sense, because `Sync` is about _sharing_ object between threads, and `&` is the _shared_ reference.
6161

62-
There is also a great answer on Rust forum, listing + explaining example types that are `!Send` or `!Sync`: https://users.rust-lang.org/t/example-of-a-type-that-is-not-send/59835/3.
62+
There is also [a great answer on Rust forum](https://users.rust-lang.org/t/example-of-a-type-that-is-not-send/59835/3), listing + explaining example types that are `!Send` or `!Sync`.
6363

6464
For more convenient analysis, examples are listed here:
6565

0 commit comments

Comments
 (0)