Skip to content

Commit 4326d18

Browse files
jnthntatumcopybara-github
authored andcommitted
Fix a typo in the description of IsDone() method.
PiperOrigin-RevId: 778165355
1 parent 521764e commit 4326d18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common/ast_traverse.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class AstTraversal {
6161
// no-op if the traversal is done and IsDone() is true.
6262
bool Step(AstVisitor& visitor);
6363

64-
// Returns true if there is more work to do.
64+
// Returns true if there is no work left to do.
6565
bool IsDone();
6666

6767
private:

0 commit comments

Comments
 (0)