Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

Commit

Permalink
Minor proofing in EXTAnnotation.h
Browse files Browse the repository at this point in the history
  • Loading branch information
jspahrsummers committed Jun 27, 2012
1 parent e141eb2 commit 4075ae0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extobjc/EXTAnnotation.h
Expand Up @@ -42,7 +42,7 @@
* @note Due to an implementation detail, each annotation adds at least one byte
* of space to all instances of \a CLASS. For almost all purposes, the
* difference in space will be negligible, but it may be detrimental for classes
* that may have many thousands of instances.
* that can have thousands of instances.
*/
#define annotate(CLASS, ...) \
annotate_(CLASS, metamacro_concat(_, __COUNTER__), __VA_ARGS__)
Expand Down Expand Up @@ -71,6 +71,6 @@ NSDictionary *ext_getAnnotation (Class annotatedClass, NSString *propertyName);
} \
} \
\
@interface CLASS () \
@interface CLASS ()

BOOL ext_applyAnnotationAfterMarkerProperty (Class targetClass, id annotation, const char *markerPropertyName);

0 comments on commit 4075ae0

Please sign in to comment.