We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bebcfd commit c532cd8Copy full SHA for c532cd8
1 file changed
src/introduction.md
@@ -40,7 +40,7 @@ For example, memory can be accessed using the `load<T>(offset[, immOffset])` and
40
store<i32>(ptr, load<i32>(ptr) + load<i32>(ptr, 4), 8)
41
```
42
43
-For comparision, the following C code is roughly equivalent:
+For comparison, the following C code is roughly equivalent:
44
45
```c
46
*(ptr + 2) = *ptr + *(ptr + 1)
0 commit comments