Skip to content

Commit 5e5f0b6

Browse files
committed
spelling: villain
Signed-off-by: Josh Soref <[email protected]>
1 parent c76ad9f commit 5e5f0b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/multifile/objc_closure_escape/main.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ import StdlibUnittest
1616
var testSuite = TestSuite("ObjectiveCClosureEscape")
1717

1818

19-
public func couldActuallyEscape(_ closure: @escaping () -> (), _ villian: DangerousEscaper) {
20-
villian.mightBeNaughty(closure)
19+
public func couldActuallyEscape(_ closure: @escaping () -> (), _ villain: DangerousEscaper) {
20+
villain.mightBeNaughty(closure)
2121
}
2222

2323
class Harmless : DangerousEscaper {

0 commit comments

Comments
 (0)