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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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: represented in memory, as a sequence of bits:
```text ```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 First 8 bits Last 8 bits