Add source code documentation for all HTML Node subclasses

This commit is contained in:
iska
2015-12-20 23:35:34 +01:00
parent fd965e014d
commit 7a1bb21b33
9 changed files with 294 additions and 8 deletions
+1 -1
View File
@@ -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;