From 31f0c2c9e18044e3b1ba23d02993398546422d9c Mon Sep 17 00:00:00 2001 From: Hiroaki Yutani Date: Mon, 12 Feb 2024 11:06:08 +0900 Subject: [PATCH] Fix a typo in external-blocks.md Add a closing `]` --- src/items/external-blocks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/items/external-blocks.md b/src/items/external-blocks.md index 982f57b..5b911a3 100644 --- a/src/items/external-blocks.md +++ b/src/items/external-blocks.md @@ -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