Skip to content

Commit e3f3ff0

Browse files
committed
change Swift.Void to Void to make it consistent with other API declaration.
1 parent c25804a commit e3f3ff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Foundation/NSString.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@ extension NSString {
808808
return NSMakeRange(start, parEnd - start)
809809
}
810810

811-
public func enumerateSubstrings(in range: NSRange, options opts: NSStringEnumerationOptions = [], using block: (String?, NSRange, NSRange, UnsafeMutablePointer<ObjCBool>) -> Swift.Void) {
811+
public func enumerateSubstrings(in range: NSRange, options opts: NSStringEnumerationOptions = [], using block: (String?, NSRange, NSRange, UnsafeMutablePointer<ObjCBool>) -> Void) {
812812
NSUnimplemented()
813813
}
814814

0 commit comments

Comments
 (0)