Skip to content

Commit

Permalink
Fix typo in windows-targets readme (#2962)
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykerr authored Apr 2, 2024
1 parent 149b249 commit 158a528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/libs/targets/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit 158a528

Please sign in to comment.