We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8df262 commit fc70676Copy full SHA for fc70676
design/witx-type-representation.md
@@ -114,8 +114,8 @@ at that location will be an unknown contiguous amount of `T`s.
114
```
115
Pointer<u8>
116
117
-+------+------+------+------+------+------+------+------+
118
-| 0x00 | 0x00 | 0x00 | 0x00 | 0x00 | 0x00 | 0x00 | 0x00 |
119
++------+------+------+------+
+| 0x00 | 0x00 | 0x00 | 0x00 |
120
^ a number, that represents another position in RAM that leads to the data.
121
0 commit comments