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

Commit ba7dd71

Browse files
authored
Merge pull request #193 from berkeleycole/master
Fix for wording issue #192
2 parents 7b7da67 + a470d87 commit ba7dd71

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
@@ -36,7 +36,7 @@ For reference, here is a factorial function in `wat`:
3636
(export "fac" (func $fac)))
3737
```
3838

39-
If you're curious about how a `wasm` file looks like you can use the [wat2wasm
39+
If you're curious about what a `wasm` file looks like you can use the [wat2wasm
4040
demo] with the above code.
4141

4242
## Linear Memory

0 commit comments

Comments
 (0)