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