Skip to content

Commit ce9d8f7

Browse files
cratelynemilio
authored andcommitted
fix documentation typo
`book/src/cpp.md` can have little a typo fix, as a treat.
1 parent 02e76fa commit ce9d8f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/src/cpp.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Generating Bindings to C++
22

3-
`bindgen` can handle a some C++ features, but not all of them. To set
3+
`bindgen` can handle some C++ features, but not all of them. To set
44
expectations: `bindgen` will give you the type definitions and FFI declarations
55
you need to build an API to the C++ library, but using those types in Rust will
66
be nowhere near as nice as using them in C++. You will have to manually call

0 commit comments

Comments
 (0)