Wrapped method signature comment in backticks.

This commit is contained in:
Basil Shkara 2012-11-07 09:08:46 +11:00
Родитель 7f362f943a
Коммит d725fc771d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -96,7 +96,7 @@ typedef void (^RBLPopoverDelegateBlock)(RBLPopover *popover);
@property (nonatomic, copy) RBLPopoverDelegateBlock didShowBlock;
// Use for animation when showing and closing the popover.
// Note closeWithFadeoutDuration: ignores this value.
// Note `closeWithFadeoutDuration:` ignores this value.
@property (nonatomic, assign) NSTimeInterval fadeDuration;
// Designated initialiser.