summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNick Fitzgerald <fitzgen@gmail.com>2018-04-03 01:05:14 -0700
committerGitHub <noreply@github.com>2018-04-03 01:05:14 -0700
commit30d624437bcc039ed26d890ed1864662b184a2e8 (patch)
treee1f2949df05d3fc9e86d26f20e25833a72559233 /README.md
parent5b8572fb567eaadb3f424b502f823262b8002816 (diff)
Match tag line on github in README to downplay implied reliability of binding to C++
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4a233a98..27cefbff 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
[`impl period`](https://blog.rust-lang.org/2017/09/18/impl-future-for-rust.html) has been started! Join us at [Gitter.im](https://gitter.im/rust-impl-period/WG-dev-tools-bindgen).
-**`bindgen` automatically generates Rust FFI bindings to C and C++ libraries.**
+**`bindgen` automatically generates Rust FFI bindings to C (and some C++) libraries.**
For example, given the C header `doggo.h`: