We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f6049d commit 76c7ac6Copy full SHA for 76c7ac6
common/TextTreeParser.h
@@ -151,7 +151,7 @@ class TextTree
151
void Clear();
152
uint32_t GetNodeCount() const throw();
153
bool empty() const throw(); // Node there exists a virtual root. So after calling ReadNodes, it will be non-empty even if the file was empty.
154
- iterator begin(); // Iterator warks entire tree, top down (pre-order).
+ iterator begin(); // Iterator walks entire tree, top down (pre-order).
155
iterator end();
156
iterator BeginFirstChild(); // You cannot deference this iterator, but you can use it to search from.
157
0 commit comments