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 494a1e8 commit 03c3581Copy full SHA for 03c3581
src/introduction.md
@@ -43,7 +43,7 @@ store<i32>(ptr, load<i32>(ptr) + load<i32>(ptr, 4), 8)
43
For comparision, the following C code is roughly equivalent:
44
45
```c
46
-*(ptr + 8) = *ptr + *(ptr + 4)
+*(ptr + 2) = *ptr + *(ptr + 1)
47
```
48
49
## High-level perspective
0 commit comments