Skip to content

Commit

Permalink
chore: updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewKosloski committed Sep 25, 2021
1 parent 777a6ab commit 7a0a439
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ public DataType visit(PrintExpr expr)
{
final Expr childExpr = (Expr) child;

// Type check child expression.
// Type-check the child expression and its children.
childExpr.accept(this);

if (childExpr.evalType() == DataType.UNDEFINED)
Expand Down

0 comments on commit 7a0a439

Please sign in to comment.