Skip to content

Commit e658fed

Browse files
committed
Update README.md
1 parent d29c4ef commit e658fed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ With the new iPhone models, developers have a little more work to do. This libra
1919
else if ([SDiPhoneVersion deviceVersion] == iPhone6Plus)
2020
NSLog(@"You got the iPhone 6 Plus. Bigger is better!");
2121
else if ([SDiPhoneVersion deviceVersion] == iPadAir)
22-
NSLog(@"You own an iPad Air!");
22+
NSLog(@"You own an iPad Air!");
2323

2424
// Check for device screen size
2525
if ([SDiPhoneVersion deviceSize] == iPhone4inch)

0 commit comments

Comments
 (0)