Slight naming adjustments for recent ASMultiplexImageNode additions

This commit is contained in:
andyscott
2015-01-21 22:30:24 -08:00
parent 60b27829e1
commit 11e3cf518c
2 changed files with 7 additions and 7 deletions

View File

@@ -71,7 +71,7 @@ typedef NS_ENUM(NSUInteger, ASMultiplexImageNodeErrorCode) {
/**
* @abstract Indicates that the receiver should stop loading if it encounters an error while loading an intermediate image identifier. Defaults to NO.
*/
@property (nonatomic, readwrite, assign) BOOL haltLoadingOnError;
@property (nonatomic, readwrite, assign) BOOL haltsLoadingOnError;
/**
* @abstract An array of identifiers representing various versions of an image for ASMultiplexImageNode to display.