Skip to content

Commit 4a7a44d

Browse files
committed
Fix out-of-date comment
1 parent 1875783 commit 4a7a44d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Sema/DerivedConformanceError.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ static void deriveBodyBridgedNSError_enum_nsErrorDomain(
3232
// enum SomeEnum {
3333
// @derived
3434
// static var _nsErrorDomain: String {
35-
// return _typeName(self, qualified: true)
35+
// return String(reflecting: self)
3636
// }
3737
// }
3838

0 commit comments

Comments
 (0)