Skip to content

Commit daac825

Browse files
jnthntatumcopybara-github
authored andcommitted
Scrub internal issue reference.
PiperOrigin-RevId: 745688715
1 parent 3b45a10 commit daac825

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eval/compiler/flat_expr_builder.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1964,7 +1964,7 @@ FlatExprVisitor::CallHandlerResult FlatExprVisitor::HandleIndex(
19641964
auto depth = RecursionEligible();
19651965
if (!ValidateOrError(
19661966
(call_expr.args().size() == 2 && !call_expr.has_target()) ||
1967-
// TDOD(b/408319474): A few clients use the index operator with a
1967+
// TODO: A few clients use the index operator with a
19681968
// target in custom ASTs.
19691969
(call_expr.args().size() == 1 && call_expr.has_target()),
19701970
"unexpected number of args for builtin index operator")) {

0 commit comments

Comments
 (0)