doc/userguide: fix table showing example payload

Ticket: #8031.
pull/14856/head
Sven Cuyt 5 months ago committed by Victor Julien
parent 2d662538e5
commit a0cc534471

@ -302,11 +302,11 @@ As an example, consider a 32 byte payload:
Another example, consider the following payload:
+-------------------------------+
Index | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 |
+-------------------------------+
Value | a | b | c | d | e | f | g | h |
+-------------------------------+
+-------+---+---+---+---+---+---+---+---+
| Index | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 |
+-------+---+---+---+---+---+---+---+---+
| Value | a | b | c | d | e | f | g | h |
+-------+---+---+---+---+---+---+---+---+
Then the following rules match the payload as follows:

Loading…
Cancel
Save