From fc0792c78c25bf18a88b952784effc024fcea334 Mon Sep 17 00:00:00 2001 From: Philipp Le Date: Fri, 10 Jun 2022 22:34:20 +0200 Subject: Typo fix in chapter 8 --- chapter08/content_ch08.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter08/content_ch08.tex b/chapter08/content_ch08.tex index 35296e7..de6f9e8 100644 --- a/chapter08/content_ch08.tex +++ b/chapter08/content_ch08.tex @@ -508,7 +508,7 @@ The steps are: \end{enumerate} \begin{example}{Shannon-Fano binary coding of a discrete memory less source} - A input source alphabet has the symbols $s_1 = (00)_2$, $s_2 = (01)_2$, $s_3 = (10)_2$ and $s_4 = (1)_2$ with the following probabilities: + A input source alphabet has the symbols $s_1 = (00)_2$, $s_2 = (01)_2$, $s_3 = (10)_2$ and $s_4 = (11)_2$ with the following probabilities: \begin{table}[H] \centering \begin{tabular}{|l|l|l|l|l|} -- cgit v1.1