Skip to content

Commit 3a70c10

Browse files
Fix typo
1 parent 7d8e8ed commit 3a70c10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Chausie/PageViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public final class PageViewController: UIViewController {
2525

2626
/// The visible view controllers
2727
public var visibleViewControllers: [Child] {
28-
return Set([visibleIndices.backword, visibleIndices.backword]).map { viewControllers[$0] }
28+
return Set([visibleIndices.backword, visibleIndices.forward]).map { viewControllers[$0] }
2929
}
3030

3131
/// The view controllers displayed by the page view controller.

0 commit comments

Comments
 (0)