Skip to content

Commit

Permalink
fix typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jschwe committed Jan 4, 2025
1 parent 999f93b commit 3985d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Corrosion.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -1870,7 +1870,7 @@ corrosion_experimental_cbindgen(
* **TARGET**: The name of an imported Rust library target, for which bindings should be generated.
If the target is not imported by Corrosion, because the crate only produces an
`rlib`, you can instead use the second signature and manually pass `MANIFEST_DIRECTORY`,
`CARGO_PACKAGE` and `BINDINGS_CMAKE_TARGET`
`CARGO_PACKAGE` and `BINDINGS_TARGET`
### Manual mode (Without a Rust target imported by corrosion)
```cmake
Expand Down

0 comments on commit 3985d57

Please sign in to comment.