Fixed typo
This commit is contained in:
parent
1e78d3b0ae
commit
fccc0921b7
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue