Merge pull request #1467 from yutannihilation/patch-1

Fix a typo in external-blocks.md
This commit is contained in:
Eric Huss 2024-02-12 03:04:15 +00:00 committed by GitHub
commit 8227666de1
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