Skip to content
This repository was archived by the owner on Apr 6, 2020. It is now read-only.

Commit fc7aa39

Browse files
committed
Fixing another README.md typo.
1 parent d5464c5 commit fc7aa39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ This method will be called when the user finishes picking assets.
9191

9292
Implement `qb_imagePickerControllerDidCancel:` to get notified when the user hits "Cancel" button.
9393

94-
- (void)qb_imagePickerControllerDidCancel:(QBImagePickerController *)imagePickerController
94+
- (void)qb_imagePickerControllerDidCancel:(QBImagePickerController *)imagePickerController {
9595
[self dismissViewControllerAnimated:YES completion:NULL];
9696
}
9797

0 commit comments

Comments
 (0)