From fb72a8ecdb9d571f15163454e4f513ded0b28cc5 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Mon, 26 Feb 2024 10:15:14 -0800 Subject: [PATCH] docs: fix typo in snippet: "hueristic" -> "heuristic" --- docs/markdown/snippets/rust-bindgen-cpp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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