mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-18 03:49:22 +00:00
Fixed typo
This commit is contained in:
@@ -34,7 +34,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
- (BOOL)getObjectValue:(out id __nullable * __nullable)obj forString:(NSString *)string errorDescription:(out NSString * __nullable * __nullable)error {
|
- (BOOL)getObjectValue:(out id __nullable * __nullable)obj forString:(NSString *)string errorDescription:(out NSString * __nullable * __nullable)error {
|
||||||
/* If super can pase without an error, all is fine */
|
/* If super can parse without an error, all is fine */
|
||||||
if([super getObjectValue:obj forString:string errorDescription:error]) {
|
if([super getObjectValue:obj forString:string errorDescription:error]) {
|
||||||
return YES;
|
return YES;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user