From f5f7a88b80110266ee575be2d1cb794af8dbdaae Mon Sep 17 00:00:00 2001 From: Jens Schwarzer Date: Tue, 28 Apr 2020 19:42:19 +0200 Subject: [PATCH] Fix typo in pull request --- UIScreenExtension/UIScreenExtension.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UIScreenExtension/UIScreenExtension.swift b/UIScreenExtension/UIScreenExtension.swift index ce84db7..57d8251 100644 --- a/UIScreenExtension/UIScreenExtension.swift +++ b/UIScreenExtension/UIScreenExtension.swift @@ -61,7 +61,7 @@ public extension UIScreen { case "iPhone10,1", "iPhone10,4": fallthrough // iPhone 8 case "iPhone11,8": fallthrough // iPhone XR case "iPhone12,1": fallthrough // iPhone 11 - case "iPhone12,8": fallthrough // iPhone SE 2rd generation + case "iPhone12,8": fallthrough // iPhone SE 2nd generation case "iPod5,1": fallthrough // iPod Touch 5th generation case "iPod7,1": fallthrough // iPod Touch 6th generation case "iPod9,1": fallthrough // iPod Touch 7th generation