Skip to content

Commit f7cb8cb

Browse files
authored
Fix small typo in cbindgen description (#3138)
This commit fixes a small typo in the description of cbindgen in the c api docs guide. It described cbindgen as the "tool to crate" while it should read the "tool to create".
1 parent c299e84 commit f7cb8cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guides/install-c-api.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ This section provides build instructions for UNIX-like systems.
5050
Compilation requires the following tools:
5151
* A Rust compiler: see for example the [guide on installing Qiskit from source](/docs/guides/install-qiskit-source)
5252
* A C compiler: for example, GCC on Linux and Clang on MacOS
53-
* [`cbindgen`](https://github.com/mozilla/cbindgen): a tool to crate the C header, which you can install with `cargo install cbindgen`
53+
* [`cbindgen`](https://github.com/mozilla/cbindgen): a tool to create the C header, which you can install with `cargo install cbindgen`
5454
Note that running the tool from the command line should be enabled, which might require exporting your `PATH` variable to include `/path/to/.cargo/bin`
5555
* (GNU) Make: this is optional but is recommended to use automated install processes
5656
@@ -114,7 +114,7 @@ Compilation requires the following tools:
114114
* A Rust compiler: see for example the [guide on installing Qiskit from source](https://github.com/Qiskit/qiskit/blob/main/CONTRIBUTING.md#installing-qiskit-from-source)
115115
* A C compiler: for example, MSVC and the native command prompt offering the ``cl`` command
116116
* A Python installation, with access to both ``python3.lib`` and ``python3.dll``
117-
* [`cbindgen`](https://github.com/mozilla/cbindgen): a tool to crate the C header, which you can install with `cargo install cbindgen`
117+
* [`cbindgen`](https://github.com/mozilla/cbindgen): a tool to create the C header, which you can install with `cargo install cbindgen`
118118
Note that running the tool from the command line should be enabled, which might require updating your `PATH` variable to include the cargo path.
119119

120120
### Build

0 commit comments

Comments
 (0)