Add source code documentation for all HTML Node subclasses
This commit is contained in:
@@ -83,7 +83,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
- (void)replaceToke:(NSString *)token withToken:(NSString *)newToken
|
||||
- (void)replaceToken:(NSString *)token withToken:(NSString *)newToken
|
||||
{
|
||||
NSUInteger index = [_tokens indexOfObject:token];
|
||||
_tokens[index] = newToken;
|
||||
|
||||
Reference in New Issue
Block a user