Skip to content

Commit

Permalink
Merge pull request #312 from nytimes/chore/final-fixes-for-5.0.0
Browse files Browse the repository at this point in the history
style: use the right protocol name in the comment
  • Loading branch information
ZevEisenberg authored Apr 28, 2020
2 parents 3b19b80 + df366e5 commit 21aa84d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NYTPhotoViewer/NYTPhotosViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ - (NSInteger)totalItemCount {
return self.dataSource.numberOfPhotos.integerValue + numberOfInterstitialViews;
}

#pragma mark - UIPageViewControllerDelegate
#pragma mark - UIPageViewControllerDataSource

/// internal helper method for the following two delegate methods

Expand Down

0 comments on commit 21aa84d

Please sign in to comment.