Skip to content

Commit 6b3224b

Browse files
authored
Merge pull request #605 from emmanuelkehinde/fix-typo-in-doc
Fix a typo in the storyboard example
2 parents 9693a14 + c45149d commit 6b3224b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/Examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ let progress = R.string.localizable.copyProgress(completed: 4, total: 23)
120120
```swift
121121
let storyboard = UIStoryboard(name: "Main", bundle: nil)
122122
let initialTabBarController = storyboard.instantiateInitialViewController() as? UITabBarController
123-
let settingsController = storyboard.instantiateViewController(withIdentifier: "settingsController") as? SettingsControllerSettingsController
123+
let settingsController = storyboard.instantiateViewController(withIdentifier: "settingsController") as? SettingsController
124124
```
125125

126126
*With R.swift*

0 commit comments

Comments
 (0)