From 06bbecd1ae05a5d5348f9e4a82e30c93f12267c6 Mon Sep 17 00:00:00 2001 From: Hebron Hossain Hamim <47009676+hhhameem@users.noreply.github.com> Date: Sat, 24 May 2025 19:22:13 +0600 Subject: [PATCH] Typo: Fixing a typo in Section 6 Part 3 There is a typo in part 6, section 3 at the beginning of the contents. The word is fixed from "The are" to "There are" --- data/part-6/3-errors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/part-6/3-errors.md b/data/part-6/3-errors.md index cee17852..9f23ce1e 100644 --- a/data/part-6/3-errors.md +++ b/data/part-6/3-errors.md @@ -15,7 +15,7 @@ After this section -The are two basic categories of errors that come up in programming contexts: +There are two basic categories of errors that come up in programming contexts: 1. Syntax errors, which prevent the execution of the program 2. Runtime errors, which halt the execution