Skip to content

Commit 2c84afe

Browse files
committed
fix type: patch 1
1 parent fd1af46 commit 2c84afe

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)