Skip to content

Commit 1f5b874

Browse files
committed
Fix scroll view / table view typo
1 parent 8ab1f67 commit 1f5b874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ extension MyViewcontroller: UITableViewDataSource {
245245
// table view data source methods
246246
}
247247

248-
// MARK: - UITableViewDelegate
248+
// MARK: - UIScrollViewDelegate
249249
extension MyViewcontroller: UIScrollViewDelegate {
250250
// scroll view delegate methods
251251
}

0 commit comments

Comments
 (0)