Skip to content

Commit

Permalink
Apply suggestions from Centril
Browse files Browse the repository at this point in the history
Co-Authored-By: ehuss <eric@huss.org>
  • Loading branch information
Centril and ehuss committed Mar 25, 2019
1 parent b687be4 commit 6fe91bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/items/external-blocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ specifies the kind of library with the following possible values:

The `name` key must be included if `kind` is specified.

The `wasm_import_module` key may be used to specify the [WebAssembly] module
The `wasm_import_module` key may be used to specify the [WebAssembly module]
name for the items within an `extern` block when importing symbols from the
host environment. The default module name is `env` if `wasm_import_module` is
not specified.
Expand Down Expand Up @@ -164,7 +164,7 @@ extern {
```

[IDENTIFIER]: identifiers.html
[WebAssembly]: https://webassembly.org/
[WebAssembly module]: https://webassembly.github.io/spec/core/syntax/modules.html
[_Abi_]: items/functions.html
[_FunctionParam_]: items/functions.html
[_FunctionParameters_]: items/functions.html
Expand Down

0 comments on commit 6fe91bc

Please sign in to comment.