You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".
Copy file name to clipboardExpand all lines: docs/guides/install-c-api.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ This section provides build instructions for UNIX-like systems.
50
50
Compilation requires the following tools:
51
51
* A Rust compiler: see for example the [guide on installing Qiskit from source](/docs/guides/install-qiskit-source)
52
52
* 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`
54
54
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`
55
55
* (GNU) Make: this is optional but is recommended to use automated install processes
56
56
@@ -114,7 +114,7 @@ Compilation requires the following tools:
114
114
* 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)
115
115
* A C compiler: for example, MSVC and the native command prompt offering the ``cl`` command
116
116
* 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`
118
118
Note that running the tool from the command line should be enabled, which might require updating your `PATH` variable to include the cargo path.
0 commit comments