From 302b4842a39ed3a50d3d4dc8b3d2ce066b40fd83 Mon Sep 17 00:00:00 2001 From: follower Date: Mon, 8 Nov 2021 09:07:47 +1300 Subject: Typo fix: "in side" -> "inside" --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 1129efe7..a47d26e1 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -2642,7 +2642,7 @@ fn get_target_dependent_env_var(var: &str) -> Option { /// A ParseCallbacks implementation that will act on file includes by echoing a rerun-if-changed /// line /// -/// When running in side a `build.rs` script, this can be used to make cargo invalidate the +/// When running inside a `build.rs` script, this can be used to make cargo invalidate the /// generated bindings whenever any of the files included from the header change: /// ``` /// use bindgen::builder; -- cgit v1.2.3