Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Commit a7368ef

Browse files
authored
Merge pull request #153 from tyleranton/fix-3.1-typo
Fix typo under Linear Memory
2 parents e6a08b6 + 089aa91 commit a7368ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/what-is-webassembly.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ demo] with the above code.
4242
## Linear Memory
4343

4444
WebAssembly has a very simple [memory model]. A wasm module has access to a
45-
single "linear memory", which is essentially a flat array of a bytes. This
45+
single "linear memory", which is essentially a flat array of bytes. This
4646
[memory can be grown] by a multiple of the page size (64K). It cannot be shrunk.
4747

4848
## Is WebAssembly Just for the Web?

0 commit comments

Comments
 (0)