docs: fix typo in snippet: "hueristic" -> "heuristic"
This commit is contained in:
parent
2b5c8cc6a7
commit
fb72a8ecdb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue