@@ -287,14 +287,14 @@ extension NSTextCheckingResult {
287
287
}
288
288
}
289
289
290
- @available ( * , deprecated, message: " NSOrtography is not available in swift-corelibs-foundation" )
290
+ @available ( * , deprecated, message: " NSOrthography is not available in swift-corelibs-foundation" )
291
291
open class NSOrthography : NSObject , NSCopying , NSSecureCoding {
292
- @available ( * , unavailable, message: " NSOrtography is not available in swift-corelibs-foundation" )
293
- open class func defaultOrtography ( forLanguage: String ) -> Self {
292
+ @available ( * , unavailable, message: " NSOrthography is not available in swift-corelibs-foundation" )
293
+ open class func defaultOrthography ( forLanguage: String ) -> Self {
294
294
NSUnsupported ( )
295
295
}
296
296
297
- @available ( * , unavailable, message: " NSOrtography is not available in swift-corelibs-foundation" )
297
+ @available ( * , unavailable, message: " NSOrthography is not available in swift-corelibs-foundation" )
298
298
public init ( dominantScript: String , languageMap: [ String : [ String ] ] ) {
299
299
NSUnsupported ( )
300
300
}
@@ -313,18 +313,18 @@ open class NSOrthography: NSObject, NSCopying, NSSecureCoding {
313
313
NSUnsupported ( )
314
314
}
315
315
316
- @available ( * , unavailable, message: " NSOrtography is not available in swift-corelibs-foundation" )
316
+ @available ( * , unavailable, message: " NSOrthography is not available in swift-corelibs-foundation" )
317
317
open var languageMap : [ String : [ String ] ] { NSUnsupported ( ) }
318
- @available ( * , unavailable, message: " NSOrtography is not available in swift-corelibs-foundation" )
318
+ @available ( * , unavailable, message: " NSOrthography is not available in swift-corelibs-foundation" )
319
319
open var dominantLanguage : String { NSUnsupported ( ) }
320
- @available ( * , unavailable, message: " NSOrtography is not available in swift-corelibs-foundation" )
320
+ @available ( * , unavailable, message: " NSOrthography is not available in swift-corelibs-foundation" )
321
321
open var dominantScript : String { NSUnsupported ( ) }
322
- @available ( * , unavailable, message: " NSOrtography is not available in swift-corelibs-foundation" )
322
+ @available ( * , unavailable, message: " NSOrthography is not available in swift-corelibs-foundation" )
323
323
open func dominantLanguage( forScript: String ) -> String ? { NSUnsupported ( ) }
324
- @available ( * , unavailable, message: " NSOrtography is not available in swift-corelibs-foundation" )
324
+ @available ( * , unavailable, message: " NSOrthography is not available in swift-corelibs-foundation" )
325
325
open func language( forScript: String ) -> [ String ] ? { NSUnsupported ( ) }
326
- @available ( * , unavailable, message: " NSOrtography is not available in swift-corelibs-foundation" )
326
+ @available ( * , unavailable, message: " NSOrthography is not available in swift-corelibs-foundation" )
327
327
open var alLScripts : [ String ] { NSUnsupported ( ) }
328
- @available ( * , unavailable, message: " NSOrtography is not available in swift-corelibs-foundation" )
328
+ @available ( * , unavailable, message: " NSOrthography is not available in swift-corelibs-foundation" )
329
329
open var allLanguages : [ String ] { NSUnsupported ( ) }
330
330
}
0 commit comments