diff options
| author | Xavier Del Campo Romero <xavi92@disroot.org> | 2025-11-13 09:37:00 +0100 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi92@disroot.org> | 2025-11-13 09:37:00 +0100 |
| commit | b741233b12ff50b3db25f6cf1479a30c48b3bb35 (patch) | |
| tree | 8f1852ef2a4ae9520a17e79aafc105e91d0cc052 | |
| parent | 71675ecaf8a33b3ae3adee48b2f1e9fcfa5c8c1b (diff) | |
BinaryEncoding.md: Fix formattingmain
| -rw-r--r-- | BinaryEncoding.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BinaryEncoding.md b/BinaryEncoding.md index bcb6b69..e457eed 100644 --- a/BinaryEncoding.md +++ b/BinaryEncoding.md @@ -626,7 +626,7 @@ listed on this section. | Field | Type | Description | | ----- | ---- | ----------- | -| offset | uint32* | offset to the `label_offset` entry, encoded as little-endian +| offset | `uint32*` | offset to the `label_offset` entry, encoded as little-endian Where each non-imported function defines a `label_offset` entry as follows: |
