Update comment

This commit is contained in:
Gregory John Casamento 2020-07-06 05:35:46 -04:00
parent 73b03350b6
commit a0afee8fb1

View file

@ -387,7 +387,7 @@ static NSStoryboard *__mainStoryboard = nil;
FOR_IN(NSXMLElement*, child, children)
{
if ([[child name] isEqualToString: @"point"] == YES)
continue; // go on if it's point, we don't use that in the app...
continue; // go on if it's a point element, we don't use that in the app...
NSArray *subnodes = [child nodesForXPath: @"//application" error: NULL];
NSXMLNode *appNode = [subnodes objectAtIndex: 0];