From 4fc03ee13791b49422fd92bd545596fcd1fb34c7 Mon Sep 17 00:00:00 2001 From: Daniel Lee <115248908+Linielt@users.noreply.github.com> Date: Sun, 25 Feb 2024 20:56:43 +0000 Subject: [PATCH] Typo in Part 7 Algorithms --- data/part-7/2-algorithms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/part-7/2-algorithms.md b/data/part-7/2-algorithms.md index d860d50ad..24c1a2c99 100644 --- a/data/part-7/2-algorithms.md +++ b/data/part-7/2-algorithms.md @@ -31,7 +31,7 @@ In a more general sense, retrieving and displaying information quickly is an int ## Sorting information -If the information (data) giving to a computer, doesn't follow any rules and isn't in order, retrieving that information is taxing for the computer. We need order! +If the information (data) given to a computer, doesn't follow any rules and isn't in order, retrieving that information is taxing for the computer. We need order! ### Selection sort