Fix warnings for Xcode 13.3 beta

This commit is contained in:
John Estropia
2022-03-05 11:31:36 +09:00
parent f738848e8c
commit 3317867a2f
5 changed files with 26 additions and 26 deletions

View File

@@ -32,7 +32,7 @@ extension Modern.TimeZonesDemo {
self.values = array.map {
(
title: String(describing: $0),
dsubtitleetail: String(reflecting: type(of: $0))
subtitle: String(reflecting: type(of: $0))
)
}