rustwasm / book

The Rust and WebAssembly Book
https://rustwasm.github.io/docs/book/
MIT License
1.73k stars 208 forks source link

Tiny wording issue #192

Open berkeleycole opened 4 years ago

berkeleycole commented 4 years ago

In the section "What is WebAssembly", after the first code example, there is a small wording issue with the sentence:

"If you're curious about how a wasm file looks like you can use the wat2wasm demo with the above code."

Creating a pull request to change this to:

"If you're curious about what a wasm file looks like you can use the wat2wasm demo with the above code."

for slightly easier reading.