Skip to content

Commit

Permalink
πŸ“ Grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
Philogy committed Sep 1, 2024
1 parent cffeee9 commit a97e073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a97e073

Please sign in to comment.