Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 2ef6cf1

Browse files
committed
Merge pull request #102 from Microsoft/Comment_fix
Fixing comment to reflect API name change
2 parents 451b719 + 3be5a9a commit 2ef6cf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CodePush.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ - (void)startRollbackTimer:(int)rollbackTimeout
356356

357357
/*
358358
* This method isn't publicly exposed via the "react-native-code-push"
359-
* module, and is only used internally to populate the RemotePackage.failedApply property.
359+
* module, and is only used internally to populate the RemotePackage.failedInstall property.
360360
*/
361361
RCT_EXPORT_METHOD(isFailedUpdate:(NSString *)packageHash
362362
resolve:(RCTPromiseResolveBlock)resolve
@@ -406,4 +406,4 @@ - (void)startRollbackTimer:(int)rollbackTimeout
406406
usingTestFolder = shouldUseTestFolder;
407407
}
408408

409-
@end
409+
@end

0 commit comments

Comments
 (0)