diff options
Diffstat (limited to 'src/objc/utils')
-rw-r--r-- | src/objc/utils/MCOIndexSet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objc/utils/MCOIndexSet.h b/src/objc/utils/MCOIndexSet.h index 0cd18d15..3705fa3a 100644 --- a/src/objc/utils/MCOIndexSet.h +++ b/src/objc/utils/MCOIndexSet.h @@ -14,7 +14,7 @@ #import <MailCore/MCORange.h> -/** similar to NSMutableIndexSet but supports int64_t*/ +/** similar to NSMutableIndexSet but supports int64_t. MCORange has a location (uint64_t) and length (uint64_t). */ @interface MCOIndexSet : NSObject <NSCopying, NSCoding> |