We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02e76fa commit ce9d8f7Copy full SHA for ce9d8f7
book/src/cpp.md
@@ -1,6 +1,6 @@
1
# Generating Bindings to C++
2
3
-`bindgen` can handle a some C++ features, but not all of them. To set
+`bindgen` can handle some C++ features, but not all of them. To set
4
expectations: `bindgen` will give you the type definitions and FFI declarations
5
you need to build an API to the C++ library, but using those types in Rust will
6
be nowhere near as nice as using them in C++. You will have to manually call
0 commit comments