Docs touch up

This commit is contained in:
Blake Watters
2012-09-19 23:58:14 -04:00
parent 56e71e9dac
commit d93657573d

View File

@@ -21,9 +21,9 @@
#import <CoreData/CoreData.h>
/*
RKSearchWord implements a managed object subclass for representing search words contained in designated string attributes of entities indexed by an instance of RKSearchIndexer.
`RKSearchWord` implements a managed object subclass for representing search words contained in designated string attributes of entities indexed by an instance of `RKSearchIndexer`.
@see RKSearchIndexer
@see `RKSearchIndexer`
*/
@interface RKSearchWord : NSManagedObject