Skip to content

Commit 001bd1d

Browse files
fix: it's -> its
Co-authored-by: itowlson <github@hestia.cc>
1 parent 5e2f93e commit 001bd1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • component-model/src/reference

component-model/src/reference/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ WebAssembly components can be expressed via both a binary and textual format (["
2727

2828
## Q: How can I tell if a WebAssembly binary is a component or a module?
2929

30-
After converting a WebAssembly binary to it's textual format (e.g. via a tool like [`wasm-tools print`][wasm-tools-examples]),
30+
After converting a WebAssembly binary to its textual format (e.g. via a tool like [`wasm-tools print`][wasm-tools-examples]),
3131
it is easy to tell a WebAssembly core module and a WebAssembly component apart.
3232

3333
A WebAssembly core module generally consists of a top level `(module)` s-expression:

0 commit comments

Comments
 (0)