From a97e073486cc88dcb7ad8e099badda1c338161f5 Mon Sep 17 00:00:00 2001 From: philogy Date: Sun, 1 Sep 2024 12:42:27 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Grammar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6345f1c..744086a 100644 --- a/README.md +++ b/README.md @@ -245,7 +245,7 @@ let asm = vec![ ### Padded Blocks These are bytecode sections that you want to have a certain length, this can be the case if you're -generating a jump table. Padded blocks bad their sections with a specific byte, by default the +generating a jump table. Padded blocks pad their sections with a specific byte, by default the 0-byte `0x00`. They can pad to the front or to the back. To create padded blocks the following helpers are available: