Skip to content

Commit ca97762

Browse files
committed
Fix more broken API notes caught by manual inspection.
rdar://problem/26403143
1 parent 13b8c16 commit ca97762

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apinotes/TVMLKit.apinotes

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ Classes:
3232
SwiftName: children
3333
Methods:
3434
- Selector: 'dispatchEventOfType:canBubble:cancellable:extraInfo:completion:'
35-
SwiftName: 'dispatchEvent(type:canBubble:cancellable:extraInfo:completion:Bool):)'
35+
SwiftName: 'dispatchEvent(type:canBubble:cancellable:extraInfo:completion:)'
3636
MethodKind: Instance
3737
- Selector: 'dispatchEventWithName:canBubble:cancellable:extraInfo:completion:'
38-
SwiftName: 'dispatchEvent(name:canBubble:cancellable:extraInfo:completion:Bool):)'
38+
SwiftName: 'dispatchEvent(name:canBubble:cancellable:extraInfo:completion:)'
3939
MethodKind: Instance
4040
- Name: TVViewElementStyle
4141
Methods:

0 commit comments

Comments
 (0)