Skip to content

Commit

Permalink
docs: fix some release notes snippet typos
Browse files Browse the repository at this point in the history
commit 6a8330a: hpp was clearly meant
and used several times, just not in the release notes themelves.

commit a75ced6: C/C++ "what"? We
mention the std in the commit, but not in the text of the release notes.
  • Loading branch information
eli-schwartz committed Feb 26, 2024
1 parent df2dbd0 commit 42944f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/markdown/snippets/rust-bindgen-cpp.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Bindgen will now use Meson's hueristic for what is a C++ header

Bindgen natively assumes that a file with the extension `.cpp` is a C++ header,
Bindgen natively assumes that a file with the extension `.hpp` is a C++ header,
but that everything else is a C header. Meson has a whole list of extensions it
considers to be C++, and now will automatically look for those extensions and
set bindgen to treat those as C++
2 changes: 1 addition & 1 deletion docs/markdown/snippets/rust-bindgen-std.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## Bindgen now uses the same C/C++ as the project as a whole
## Bindgen now uses the same C/C++ std as the project as a whole

Which is very important for C++ bindings.

0 comments on commit 42944f7

Please sign in to comment.