mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
stdlib: lowercase cases of the PlaygroundQuickLook enum
This commit is contained in:
@@ -417,6 +417,6 @@ extension String.UnicodeScalarView : CustomReflectable {
|
||||
|
||||
extension String.UnicodeScalarView : CustomPlaygroundQuickLookable {
|
||||
public var customPlaygroundQuickLook: PlaygroundQuickLook {
|
||||
return .Text(description)
|
||||
return .text(description)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user