diff options
| author | Dylan Baker <dylan@pnwbakers.com> | 2024-02-26 10:15:14 -0800 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2024-02-26 10:15:14 -0800 |
| commit | fb72a8ecdb9d571f15163454e4f513ded0b28cc5 (patch) | |
| tree | 22e42330727369f5fbb971eb8f41db1469c3bfe6 /docs/markdown | |
| parent | 2b5c8cc6a76233d38dce025c38a348400ffb8786 (diff) | |
| download | meson-fb72a8ecdb9d571f15163454e4f513ded0b28cc5.tar.gz | |
docs: fix typo in snippet: "hueristic" -> "heuristic"
Diffstat (limited to 'docs/markdown')
| -rw-r--r-- | docs/markdown/snippets/rust-bindgen-cpp.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/snippets/rust-bindgen-cpp.md b/docs/markdown/snippets/rust-bindgen-cpp.md index 7d1bec37d..bcb1feac2 100644 --- a/docs/markdown/snippets/rust-bindgen-cpp.md +++ b/docs/markdown/snippets/rust-bindgen-cpp.md @@ -1,4 +1,4 @@ -## Bindgen will now use Meson's hueristic for what is a C++ header +## Bindgen will now use Meson's heuristic for what 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 |
