Skip to content

Commit 38a2c93

Browse files
authored
some doc fixes (#2552)
1 parent 9042f42 commit 38a2c93

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,10 +161,10 @@ $ cargo test
161161

162162
### Testing a Single Header's Bindings Generation and Compiling its Bindings
163163

164-
Note: You will to need to install [Graphviz](https://graphviz.org/) since that
164+
Note: You will need to install [Graphviz](https://graphviz.org/) since that
165165
is a dependency for running `test-one.sh`.
166166

167-
Sometimes its useful to work with one test header from start (generating
167+
Sometimes it's useful to work with one test header from start (generating
168168
bindings for it) to finish (compiling the bindings and running their layout
169169
tests). This can be done with the `bindgen-tests/tests/test-one.sh` script. It supports fuzzy
170170
searching for test headers. For example, to test

bindgen-cli/options.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -872,7 +872,7 @@ where
872872
if !path.is_absolute() {
873873
return Err(Error::new(
874874
ErrorKind::Other,
875-
"--rustfmt-configuration--file needs to be an absolute path!",
875+
"--rustfmt-configuration-file needs to be an absolute path!",
876876
));
877877
}
878878

0 commit comments

Comments
 (0)