Skip to content

Commit 9032472

Browse files
committed
[NFC] Update comment
1 parent 274c4d9 commit 9032472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/ArraySlice.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1302,7 +1302,7 @@ extension ArraySlice {
13021302

13031303
@available(SwiftStdlib 6.2, *)
13041304
public var mutableSpan: MutableSpan<Element> {
1305-
@lifetime(/*inout*/&self)
1305+
@lifetime(&self)
13061306
@_alwaysEmitIntoClient
13071307
mutating get {
13081308
_makeMutableAndUnique()

0 commit comments

Comments
 (0)