From 98fb4263fc4275023f99ee4c26cd027f946f6f38 Mon Sep 17 00:00:00 2001 From: Wojciech Kaczmarski <44336093+sp5wwp@users.noreply.github.com> Date: Mon, 11 Mar 2024 09:19:28 +0100 Subject: [PATCH] Update M17_spec.tex encode -> decode --- M17_spec.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/M17_spec.tex b/M17_spec.tex index b83fdc9..093ed08 100644 --- a/M17_spec.tex +++ b/M17_spec.tex @@ -397,7 +397,7 @@ utilized will be indicated for each frame type. \centering \begin{tikzpicture}[node distance=2cm] \node (payload) [whrectround] {Payload}; - \node (ecc) [whrectround, right of=payload, xshift=2.5cm] {ECC/FEC Encode}; + \node (ecc) [whrectround, right of=payload, xshift=2.5cm] {ECC/FEC Decode}; \node (cont) [whrectround, right of=ecc, xshift=2.5cm] {Data Link Layer Contents}; \draw [-latex](payload) -- node [midway, above] {Type 4 bits} (ecc);