diff --git a/strongself.m b/strongself.m index fa53594d..5637bbdd 100644 --- a/strongself.m +++ b/strongself.m @@ -4,4 +4,4 @@ completion-scope: Function or Method --- -__strong __typeof(<#weakSelf#>)strongSelf = <#weakSelf#>; +__typeof(<#weakSelf#>)strongSelf = <#weakSelf#>;