Skip to content

Commit 30a9f94

Browse files
livingsilver94NomadicCore
authored andcommitted
developers: stone: Turn bits into bytes
1 parent e3ade3e commit 30a9f94

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/content/docs/Developers/Stone/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ Described below is the general (that is, version-agnostic) layout of a *stone*.
3030
}
3131
}%%
3232
packet
33-
+32: "Prelude — 32 bits"
34-
+16: "Payload 1 header — 32 bits"
33+
+32: "Prelude — 32 bytes"
34+
+16: "Payload 1 header — 32 bytes"
3535
+16: "Payload 1 records — Variable length"
36-
+16: "Payload 2 header — 32 bits"
36+
+16: "Payload 2 header — 32 bytes"
3737
+16: "Payload 2 records — Variable length"
3838
+32: "[...]"
3939
```

0 commit comments

Comments
 (0)