Skip to content

Commit de431c6

Browse files
authored
spelling: overload (#58581)
Signed-off-by: Josh Soref <[email protected]> Co-authored-by: Josh Soref <[email protected]>
1 parent 0ce1a02 commit de431c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Compatibility/tuple_arguments_4.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// https://bugs.swift.org/browse/SR-6837
44

5-
// FIXME: Can't overlaod local functions so these must be top-level
5+
// FIXME: Can't overload local functions so these must be top-level
66
func takePairOverload(_ pair: (Int, Int?)) {}
77
func takePairOverload(_: () -> ()) {}
88

0 commit comments

Comments
 (0)