From c4d56c6202476274280b8251810cd926913b499c Mon Sep 17 00:00:00 2001 From: Tarushii Goel Date: Mon, 19 Feb 2024 17:46:15 -0500 Subject: [PATCH] Small Tutorial Fix (#8111) * Update lesson_17_predicated_rdom.cpp * Update lesson_17_predicated_rdom.cpp --- tutorial/lesson_17_predicated_rdom.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/lesson_17_predicated_rdom.cpp b/tutorial/lesson_17_predicated_rdom.cpp index 77c43bdb55c2..b36fc49a773a 100644 --- a/tutorial/lesson_17_predicated_rdom.cpp +++ b/tutorial/lesson_17_predicated_rdom.cpp @@ -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.