Skip to content

Commit 5bc09c0

Browse files
duzunVikingScientist
authored andcommitted
Fixed a typo
1 parent c8e6717 commit 5bc09c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapters/data_compression/data_compression.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ It would naively seem that better hardware means that there are less restriction
66

77
That said, there will always be new devices on the market that require minimizing data storage.
88
In fact, some of the most revolutionary algorithms and methods in existence today fall in the category of data compression.
9-
From lossless data compression with [Huffman encoding](huffman/huffman.md) to genetic compression algorithms and machien learning, there is a lot to learn about this field, and we'll go through it piece-by-piece.
9+
From lossless data compression with [Huffman encoding](huffman/huffman.md) to genetic compression algorithms and machine learning, there is a lot to learn about this field, and we'll go through it piece-by-piece.
1010

1111
All that said, no discussion about data compression is complete without first discussing the information, itself -- specifically how information is represented in computer systems.
1212
Now, we've discussed this in some depth before with [bitlogic](../principles_of_code/building_blocks/bitlogic.md), but there is much more to the story than what we let on before.

0 commit comments

Comments
 (0)