Skip to content

Commit

Permalink
Small Tutorial Fix (#8111)
Browse files Browse the repository at this point in the history
* Update lesson_17_predicated_rdom.cpp

* Update lesson_17_predicated_rdom.cpp
  • Loading branch information
2022tgoel authored Feb 19, 2024
1 parent 4fc1e57 commit c4d56c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorial/lesson_17_predicated_rdom.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ int main(int argc, char **argv) {
Var x("x"), y("y");
circle(x, y) = x + y;

// Say we want an update that squares the values inside a
// Say we want an update that multiplies by two the values inside a
// circular region centered at (3, 3) with radius of 3. To do
// this, we first define the minimal bounding box over the
// circular region using an RDom.
Expand Down

0 comments on commit c4d56c6

Please sign in to comment.