Skip to content

Commit

Permalink
Fix typo in ast_rewrite.h comment
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 662574382
  • Loading branch information
CEL Dev Team authored and copybara-github committed Aug 13, 2024
1 parent a00a118 commit 342b142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eval/public/ast_rewrite.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class AstRewriter : public AstVisitor {
};

// Trivial implementation for AST rewriters.
// Virtual methods are overriden with no-op callbacks.
// Virtual methods are overridden with no-op callbacks.
class AstRewriterBase : public AstRewriter {
public:
~AstRewriterBase() override {}
Expand Down

0 comments on commit 342b142

Please # to comment.