stdlib: lowercase cases of the PlaygroundQuickLook enum

This commit is contained in:
Dmitri Gribenko
2016-02-19 17:45:46 -08:00
parent 78ba5d5f3f
commit 63481be8bd
17 changed files with 80 additions and 81 deletions

View File

@@ -417,6 +417,6 @@ extension String.UnicodeScalarView : CustomReflectable {
extension String.UnicodeScalarView : CustomPlaygroundQuickLookable {
public var customPlaygroundQuickLook: PlaygroundQuickLook {
return .Text(description)
return .text(description)
}
}