diff options
author | follower <follower@rancidbacon.com> | 2021-11-08 09:07:47 +1300 |
---|---|---|
committer | Emilio Cobos Álvarez <emilio@crisal.io> | 2021-11-26 02:33:53 +0100 |
commit | 302b4842a39ed3a50d3d4dc8b3d2ce066b40fd83 (patch) | |
tree | b868b917d279ea7419aac8fc79f687229fb7f32d | |
parent | 0a24ab3a304e7d8f0a08918413145667cabb9aaa (diff) |
Typo fix: "in side" -> "inside"
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2642,7 +2642,7 @@ fn get_target_dependent_env_var(var: &str) -> Option<String> { /// 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; |