mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Fixit Typo: CGRect.integralRect -> integerRect
Swift SVN r31084
This commit is contained in:
@@ -288,7 +288,7 @@ public extension CGRect {
|
||||
}
|
||||
|
||||
@available(*, unavailable, renamed="integral")
|
||||
var integralRect: CGRect {
|
||||
var integerRect: CGRect {
|
||||
fatalError("can't retrieve unavailable property")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user