From 08bf1f6e881d4cd4f9b77802f033c48ad0d6c283 Mon Sep 17 00:00:00 2001 From: Brandon Rozek Date: Wed, 23 Feb 2022 12:16:12 -0500 Subject: [PATCH] Updating example --- content/ta/spring2022/csci2600/recitation07.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/ta/spring2022/csci2600/recitation07.md b/content/ta/spring2022/csci2600/recitation07.md index 70b79c5..770f171 100644 --- a/content/ta/spring2022/csci2600/recitation07.md +++ b/content/ta/spring2022/csci2600/recitation07.md @@ -21,7 +21,7 @@ x = x + 5; { } y = 2 * y; { } -if (x < 12) { +if (x > 12) { y = -x; { } } else {