Skip to content

Commit

Permalink
Fixed misnamed parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamDenniss committed Mar 24, 2017
1 parent e99699d commit ffcf324
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Source/iOS/OIDAuthorizationUICoordinatorIOS.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ NS_ASSUME_NONNULL_BEGIN
@param presentingViewController The view controller from which to present the
\SFSafariViewController.
*/
- (nullable instancetype)initWithPresentingViewController:(UIViewController *)parentViewController
- (nullable instancetype)initWithPresentingViewController:
(UIViewController *)presentingViewController
NS_DESIGNATED_INITIALIZER;

@end
Expand Down

0 comments on commit ffcf324

Please sign in to comment.