Skip to content

Commit 34306bc

Browse files
committed
Introduce an example explicitly.
1 parent ec74b18 commit 34306bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/Sendable.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
/// A type whose values can safely be passed across concurrency domains by copying,
107107
/// but which disables some safety checking at the conformance site.
108108
///
109-
/// Use an unchecked conformance to `Sendable` instead.
109+
/// Use an unchecked conformance to `Sendable` instead --- for example:
110110
///
111111
/// ```
112112
/// struct MyStructure: @unchecked Sendable { ... }

0 commit comments

Comments
 (0)