Skip to content

Commit c532cd8

Browse files
authored
Fixes spelling mistake in introduction.md (#115)
1 parent 3bebcfd commit c532cd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ For example, memory can be accessed using the `load<T>(offset[, immOffset])` and
4040
store<i32>(ptr, load<i32>(ptr) + load<i32>(ptr, 4), 8)
4141
```
4242

43-
For comparision, the following C code is roughly equivalent:
43+
For comparison, the following C code is roughly equivalent:
4444

4545
```c
4646
*(ptr + 2) = *ptr + *(ptr + 1)

0 commit comments

Comments
 (0)