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));