Skip to content

Commit 0651f97

Browse files
committed
wip: unchecked
1 parent 7c79b01 commit 0651f97

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

swift-6-beta.docc/ReferenceManual/Attributes.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2345,11 +2345,11 @@ struct ArrayBuilder {
23452345

23462346
### unchecked
23472347

2348-
Apply this attribute to a protocol type
2349-
as part of a type declaration's list of adopted protocols
2350-
to turn off enforcement of that protocol's requirements.
2348+
将此属性应用于协议类型,
2349+
作为类型声明中采用的协议列表的一部分,
2350+
以关闭对该协议要求的强制执行
23512351

2352-
The only supported protocol is [`Sendable`](https://developer.apple.com/documentation/swift/sendable).
2352+
唯一支持的协议是 [`Sendable`](https://developer.apple.com/documentation/swift/sendable)
23532353

23542354
### usableFromInline
23552355

0 commit comments

Comments
 (0)