Skip to content

Commit

Permalink
book: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang authored and emilio committed Mar 27, 2024
1 parent 740ec66 commit ea3b4a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/code-formatting.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ These two methods also apply to any other toolchain available in your system.
The [`prettyplease`](https://github.com/dtolnay/prettyplease) crate is a
minimal formatter for generated code. To format bindings using `prettyplease`
you have to invoke `bindgen` with either the `--formatter=prettyplease` flag or
the the `bindgen::Builder::formatter(bindgen::Formatter::Prettyplease)`. One of
the `bindgen::Builder::formatter(bindgen::Formatter::Prettyplease)`. One of
its advantages is that `prettyplease` can be used in minimal environments where
the Rust toolchain is not installed.

Expand Down

0 comments on commit ea3b4a0

Please sign in to comment.