Fixed typo

This commit is contained in:
Michael Starke 2021-11-15 21:56:46 +01:00
parent 1e78d3b0ae
commit fccc0921b7
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
}
- (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]) {
return YES;
}