diff options
| author | Stefan Boberg <[email protected]> | 2026-03-23 12:23:19 +0100 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2026-03-23 12:23:19 +0100 |
| commit | 26aa50677403e4c5ad053b221bc7264fe1d249f2 (patch) | |
| tree | de196528390e8875b0551d52071038120d969f73 /docs/specs | |
| parent | Process management improvements (#881) (diff) | |
| download | zen-26aa50677403e4c5ad053b221bc7264fe1d249f2.tar.xz zen-26aa50677403e4c5ad053b221bc7264fe1d249f2.zip | |
Documentation updates (#882)
Restructured the docs folder in preparation for more docs. Improved the contents a bit.
Diffstat (limited to 'docs/specs')
| -rw-r--r-- | docs/specs/CompactBinary.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/specs/CompactBinary.md b/docs/specs/CompactBinary.md index d8cccbd1e..f7a9637ec 100644 --- a/docs/specs/CompactBinary.md +++ b/docs/specs/CompactBinary.md @@ -110,10 +110,10 @@ Every field has a type, stored as a single byte. The low 6 bits identify the typ ### 3.1 Type byte layout ``` - Bit 7 Bit 6 Bits 5..0 -┌───────────┬───────────┬──────────────────┐ + Bit 7 Bit 6 Bits 5..0 +┌──────────────┬──────────────┬──────────────────────┐ │ HasFieldName │ HasFieldType │ Type ID (0x00–0x3F) │ -└───────────┴───────────┴──────────────────┘ +└──────────────┴──────────────┴──────────────────────┘ ``` ### 3.2 Flags |