Skip to content

Commit 31f0c2c

Browse files
Fix a typo in external-blocks.md
Add a closing `]`
1 parent 8c0b6a8 commit 31f0c2c

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)