Skip to content

Commit

Permalink
Fix commentary typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanw committed Nov 2, 2016
1 parent 7260098 commit 592f560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/include/HTMLNode.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ NS_ASSUME_NONNULL_BEGIN
*/
- (HTMLEnumeratorOf(HTMLNode *) *)treeEnumerator;

/// Emits in tree order the node in the subree rooted at the node, except children are enumerated back to front.
/// Emits in tree order the nodes in the subtree rooted at the node, except that children are enumerated back to front.
- (HTMLEnumeratorOf(HTMLNode *) *)reversedTreeEnumerator;

/**
Expand Down

0 comments on commit 592f560

Please sign in to comment.