diff options
Diffstat (limited to 'es-es/objective-c-es.html.markdown')
-rw-r--r-- | es-es/objective-c-es.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/es-es/objective-c-es.html.markdown b/es-es/objective-c-es.html.markdown index 28733cfb..a2eb33f7 100644 --- a/es-es/objective-c-es.html.markdown +++ b/es-es/objective-c-es.html.markdown @@ -840,8 +840,8 @@ __weak NSSet *weakSet; // Referencia débil a un objeto existente. Cuando el __unsafe_unretained NSArray *unsafeArray; // Como __weak, pero unsafeArray no // es asginado a nil cuando el objeto // existente es liberado. - ``` + ## Lecturas sugeridas [Wikipedia Objective-C](http://es.wikipedia.org/wiki/Objective-C) |