Fix a typo in external-blocks.md

Add a closing `]`
This commit is contained in:
Hiroaki Yutani 2024-02-12 11:06:08 +09:00 committed by GitHub
parent 8c0b6a8088
commit 31f0c2c9e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ with either a `+` or `-` to indicate that the modifier is enabled or disabled,
respectively.
Specifying multiple `modifiers` arguments in a single `link` attribute,
or multiple identical modifiers in the same `modifiers` argument is not currently supported. \
Example: `#[link(name = "mylib", kind = "static", modifiers = "+whole-archive")`.
Example: `#[link(name = "mylib", kind = "static", modifiers = "+whole-archive")]`.
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