Skip to content

Commit ce33d6c

Browse files
stevikiradazzouz
andauthored
Update ios/RCTPSPDFKit/RCTPSPDFKitViewManager.m
Co-Authored-By: radazzouz <[email protected]>
1 parent 411f4f2 commit ce33d6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/RCTPSPDFKit/RCTPSPDFKitViewManager.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ @implementation RCTPSPDFKitViewManager
9595
if (success) {
9696
resolve(@(success));
9797
} else {
98-
reject(@"error", @"Failed to exit annotation creation mode.", nil);
98+
reject(@"error", @"Failed to exit currently active mode.", nil);
9999
}
100100
});
101101
}

0 commit comments

Comments
 (0)