From b5e73d557a3428f29e12360e02429636f07ce87f Mon Sep 17 00:00:00 2001 From: Kenny Kerr Date: Tue, 2 Apr 2024 09:56:18 -0500 Subject: [PATCH] typo --- crates/libs/targets/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/libs/targets/readme.md b/crates/libs/targets/readme.md index ff7c47b00d..356ef48835 100644 --- a/crates/libs/targets/readme.md +++ b/crates/libs/targets/readme.md @@ -13,7 +13,7 @@ Start by adding the following to your Cargo.toml file: version = "0.52" ``` -Use the `link`` macro to define the external functions you wish to call: +Use the `link` macro to define the external functions you wish to call: ```rust,no_run windows_targets::link!("kernel32.dll" "system" fn SetLastError(code: u32));