Skip to content

Commit c25963d

Browse files
authored
Merge pull request #69123 from Rudra-Ji/main
[test]: fix typo
2 parents c5be31d + 2c84afe commit c25963d

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)