File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
synthesized-accessors/two-modules Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ import StdlibUnittest
1616var 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
2323class Harmless : DangerousEscaper {
Original file line number Diff line number Diff line change 3434
3535public func launchToday( fc: FinalCountdown ) {
3636 // Check if the setter is not transparent and therefore does not try to
37- // reference the hidden offet variable symbol in the module.
37+ // reference the hidden offset variable symbol in the module.
3838 fc. count = 27
3939}
4040
You can’t perform that action at this time.
0 commit comments