summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/rust_bindgen_str_include.md
diff options
context:
space:
mode:
authorAndreas Deininger <adeininger@urbanonline.de>2022-12-12 17:14:20 +0100
committerEli Schwartz <eschwartz93@gmail.com>2022-12-12 12:10:37 -0500
commitb249470a4c1de39a0a56d9237f767fe04d6efa05 (patch)
tree8c215f06683f0451ca1c471d1a4381754f73db09 /docs/markdown/snippets/rust_bindgen_str_include.md
parent41ab2ef8af22020d28153ab5872dbc5bef4d491e (diff)
downloadmeson-b249470a4c1de39a0a56d9237f767fe04d6efa05.tar.gz
Fixing typos
Convert http to https in some links
Diffstat (limited to 'docs/markdown/snippets/rust_bindgen_str_include.md')
-rw-r--r--docs/markdown/snippets/rust_bindgen_str_include.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/snippets/rust_bindgen_str_include.md b/docs/markdown/snippets/rust_bindgen_str_include.md
index aad5da9b9..2a42951ab 100644
--- a/docs/markdown/snippets/rust_bindgen_str_include.md
+++ b/docs/markdown/snippets/rust_bindgen_str_include.md
@@ -1,4 +1,4 @@
## String arguments to the rust.bindgen include_directories argument
Most other cases of include_directories accept strings as well as
-`IncludeDirectory` objects, so lets do that here too for consistancy.
+`IncludeDirectory` objects, so lets do that here too for consistency.