Skip to content

Commit

Permalink
some doc fixes (#2552)
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang committed Jun 14, 2023
1 parent 9042f42 commit 38a2c93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,10 @@ $ cargo test

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

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

Sometimes its useful to work with one test header from start (generating
Sometimes it's useful to work with one test header from start (generating
bindings for it) to finish (compiling the bindings and running their layout
tests). This can be done with the `bindgen-tests/tests/test-one.sh` script. It supports fuzzy
searching for test headers. For example, to test
Expand Down
2 changes: 1 addition & 1 deletion bindgen-cli/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,7 @@ where
if !path.is_absolute() {
return Err(Error::new(
ErrorKind::Other,
"--rustfmt-configuration--file needs to be an absolute path!",
"--rustfmt-configuration-file needs to be an absolute path!",
));
}

Expand Down

0 comments on commit 38a2c93

Please sign in to comment.