From 4ec8e8ad1276bce462fb347c0cb5c2c953e2ec09 Mon Sep 17 00:00:00 2001 From: Megan McMahon Date: Tue, 31 Oct 2023 08:29:25 -0600 Subject: [PATCH] Update Debugging.md --- module1/lessons/Week4/Debugging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module1/lessons/Week4/Debugging.md b/module1/lessons/Week4/Debugging.md index b4e89d4..e0fdd9c 100644 --- a/module1/lessons/Week4/Debugging.md +++ b/module1/lessons/Week4/Debugging.md @@ -13,7 +13,7 @@ title: Debugging In your notebook, write about a time when you tried something and it didn't go as planned. How did you know things were going off course? Were you able to make adjustments and get back on track? - As developers there will often be times when things are not working in just the way we want. It is a completely normal part of the process of writing code to come across issues and errors as we are developing.