Skip to content

Commit 56144a0

Browse files
authored
[docs] Fix markdown link text for SE-0302 (#79681)
Added missing link text for marker protocol reference.
1 parent ed65963 commit 56144a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ReferenceGuides/UnderscoredAttributes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ also work as a generic type constraint.
662662
Indicates that a protocol is a marker protocol. Marker protocols represent some
663663
meaningful property at compile-time but have no runtime representation.
664664

665-
For more details, see [](https://github.com/swiftlang/swift-evolution/blob/main/proposals/0302-concurrent-value-and-concurrent-closures.md#marker-protocols), which introduces marker protocols.
665+
For more details, see [SE-0302](https://github.com/swiftlang/swift-evolution/blob/main/proposals/0302-concurrent-value-and-concurrent-closures.md#marker-protocols), which introduces marker protocols.
666666
At the moment, the language only has one marker protocol: `Sendable`.
667667

668668
Fun fact: Rust has a very similar concept called

0 commit comments

Comments
 (0)