Skip to content

Commit 8f3fc15

Browse files
committed
Fix typo in last commit
1 parent 573f446 commit 8f3fc15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PlaygroundLogger/PlaygroundLogger/LoggerMirror.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ final class LoggerMirror {
136136
let cpql = _PlaygroundQuickLook(reflecting: obj)
137137
switch cpql {
138138
case .text( _):
139-
if (obj as? CustomPlaygroundQuickLookable_) != nil {
139+
if (obj as? _CustomPlaygroundQuickLookable) != nil {
140140
quickLookData = cpql
141141
} else {
142142
// ignore .Text quicklook data that doesn't come from a CustomPlaygroundQuickLookable as that is a synthetized conformance

0 commit comments

Comments
 (0)