Skip to content

Commit ae499d8

Browse files
committed
Merge remote-tracking branch 'origin/main' into rebranch
2 parents ed5001c + c25963d commit ae499d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Sema/diag_non_ephemeral.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ func tuplify<Ts>(_ fn: @escaping (Ts) -> Void) -> (Ts) -> Void { fn }
531531

532532
func testTuplingNonEphemeral(_ ptr: UnsafePointer<Int>) {
533533
// Make sure we drop @_nonEphemeral when imploding params. This is to ensure
534-
// we don't accidently break any potentially valid code.
534+
// we don't accidentally break any potentially valid code.
535535
let fn = tuplify(takesTwoPointers)
536536
fn((ptr, ptr))
537537

0 commit comments

Comments
 (0)