Skip to content

Commit

Permalink
Merge pull request #1467 from yutannihilation/patch-1
Browse files Browse the repository at this point in the history
Fix a typo in external-blocks.md
  • Loading branch information
ehuss committed Feb 12, 2024
2 parents 8c0b6a8 + 31f0c2c commit 8227666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/items/external-blocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8227666

Please sign in to comment.