From c3ce0fa8f9b368f24e40e6050ad0ba204e69599a Mon Sep 17 00:00:00 2001 From: Murad Date: Sun, 24 Aug 2025 17:03:21 +0200 Subject: [PATCH] Fixing a typo in Part 6 - 2 Fixing a small typo in the text, replacing "if" with "it" --- data/part-6/2-writing-files.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/part-6/2-writing-files.md b/data/part-6/2-writing-files.md index 4d21ca4f3..b4cfff1cd 100644 --- a/data/part-6/2-writing-files.md +++ b/data/part-6/2-writing-files.md @@ -449,7 +449,7 @@ If we determine a certain functionality in the program needs fixing, in a well d Let's revisit the course grading project from the previous section. -As we left if last time, the program read and processed files containing student information, completed exercises and exam results. We'll add a file containing information about the course. An example of the format of the file: +As we left it last time, the program read and processed files containing student information, completed exercises and exam results. We'll add a file containing information about the course. An example of the format of the file: