Skip to content

Commit f0a1edb

Browse files
committed
Fixes PageControl readme code alignment.
Reviewers: #material_components_ios_owners, featherless Reviewed By: #material_components_ios_owners, featherless Projects: #material_components_ios_owners Differential Revision: http://codereview.cc/D47
1 parent f7a251a commit f0a1edb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/PageControl/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ CGRect frame =
1717
myPageControl = [[MDCPageControl alloc] initWithFrame:frame];
1818
myPageControl.numberOfPages = _myPages.count;
1919
[myPageControl addTarget:self
20-
action:@selector(didChangePage:)
21-
forControlEvents:UIControlEventValueChanged];
20+
action:@selector(didChangePage:)
21+
forControlEvents:UIControlEventValueChanged];
2222
[self.view addSubview:myPageControl];
2323

2424
#pragma mark - UIScrollViewDelegate

0 commit comments

Comments
 (0)