fixed typo

This commit is contained in:
Ahmet Inan 2018-09-20 19:20:00 +02:00
commit a796788a12

View file

@ -36,7 +36,7 @@ When dealing with unaligned and arbitrary-bit-sized elements in a data stream, t
We have to thank [Évariste Galois](https://en.wikipedia.org/wiki/%C3%89variste_Galois) for his contribution of the [Finite field](https://en.wikipedia.org/wiki/Finite_field) to mathematics, which laid the cornerstone for a variety of applications that we take for granted today.
One of them is [ReedSolomon error correction](https://en.wikipedia.org/wiki/Reed%E2%80%93Solomon_error_correction):
### [reed_solomon_error_correction.hh](reed_solmon_error_correction.hh)
### [reed_solomon_error_correction.hh](reed_solomon_error_correction.hh)
Implemented are the following Encoders and Decoders:
* [reed_solomon_encoder.hh](reed_solomon_encoder.hh)