Skip to content

Commit 8227666

Browse files
authored
Merge pull request #1467 from yutannihilation/patch-1
Fix a typo in external-blocks.md
2 parents 8c0b6a8 + 31f0c2c commit 8227666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/items/external-blocks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ with either a `+` or `-` to indicate that the modifier is enabled or disabled,
138138
respectively.
139139
Specifying multiple `modifiers` arguments in a single `link` attribute,
140140
or multiple identical modifiers in the same `modifiers` argument is not currently supported. \
141-
Example: `#[link(name = "mylib", kind = "static", modifiers = "+whole-archive")`.
141+
Example: `#[link(name = "mylib", kind = "static", modifiers = "+whole-archive")]`.
142142

143143
The `wasm_import_module` key may be used to specify the [WebAssembly module]
144144
name for the items within an `extern` block when importing symbols from the

0 commit comments

Comments
 (0)