10_as_casting.md: fix 256 bit representation (#6)

This commit is contained in:
Wojtek Porczyk
2024-05-17 16:58:50 +02:00
committed by GitHub
parent ee055245e5
commit fe189a64e4

View File

@@ -46,7 +46,7 @@ To understand what happens, let's start by looking at how `256u16` is
represented in memory, as a sequence of bits:
```text
0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0
| | |
+---------------+---------------+
First 8 bits Last 8 bits