Fixing comment to reflect API name change

We renamed `failedApply` to `failedInstall` but forgot to update this comment to reflect that change.
This commit is contained in:
Jonathan Carter
2015-12-08 23:32:45 -08:00
parent 451b719c23
commit 3be5a9ac72

View File

@@ -356,7 +356,7 @@ RCT_EXPORT_METHOD(installUpdate:(NSDictionary*)updatePackage
/*
* This method isn't publicly exposed via the "react-native-code-push"
* module, and is only used internally to populate the RemotePackage.failedApply property.
* module, and is only used internally to populate the RemotePackage.failedInstall property.
*/
RCT_EXPORT_METHOD(isFailedUpdate:(NSString *)packageHash
resolve:(RCTPromiseResolveBlock)resolve
@@ -406,4 +406,4 @@ RCT_EXPORT_METHOD(setUsingTestFolder:(BOOL)shouldUseTestFolder)
usingTestFolder = shouldUseTestFolder;
}
@end
@end