From 561e95e3bbd813530c14f4c9c29678ef844b4cd0 Mon Sep 17 00:00:00 2001 From: mdeweerd Date: Tue, 17 Oct 2023 18:23:24 +0200 Subject: [PATCH] Fix typo two->four --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5910e02..69cdca6 100644 --- a/README.md +++ b/README.md @@ -812,7 +812,7 @@ data: # For the array type (type 0x48): # - The first byte is the type of items. here 65 or 0x41: octet str. # - The second and third byte compose the length (little endian) - # So here: `4, 0` is 0x0004, so two octet strings the array. + # So here: `4, 0` is 0x0004, so four octet strings the array. # - All the octet strings in this example have a length of 6. attr_val: [65, 4, 0, 6, 0, 13, 1, 6, 0, 2, 6, 1, 13, 2, 6, 0, 2, 6, 2, 13, 3, 6, 0, 2, 6, 3, 13, 4, 6, 0, 2]