1 files changed, 3 insertions(+), 3 deletions(-)

M episode10/README.md
M episode10/README.md +3 -3
@@ 38,9 38,9 @@ one:
 In the [previous episode][ep9] we added floating point number support to our
 encoder. We minimized the size of the output by using small floats when
 appropriate. While our encoder can encode any floating point number, we can
-minimize the out further: we encode regular floating point numbers efficiently,
-but we didn’t optimize special numbers. There are 3 types of special numbers
-from the standard IEEE 754 that we can packed more efficiently:
+minimize the output’s size further if we also minimize special numbers. There
+are 3 types of special numbers from the standard IEEE 754 that we can packed
+more efficiently:
 
 - Infinities
 - Not a Number