Skip to content

Commit 4fc03ee

Browse files
authored
Typo in Part 7 Algorithms
1 parent 0473c55 commit 4fc03ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data/part-7/2-algorithms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ In a more general sense, retrieving and displaying information quickly is an int
3131
## Sorting information
3232

3333
<!-- Jos tieto ei noudata minkäänlaista järjestystä tai sääntöä, on tiedon hakeminen tietokoneelle työlästä. Tarvitsemme järjestystä! -->
34-
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!
34+
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!
3535

3636

3737
### Selection sort

0 commit comments

Comments
 (0)