Skip to content

Commit ea3b4a0

Browse files
tshepangemilio
authored andcommitted
book: fix typo
1 parent 740ec66 commit ea3b4a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/src/code-formatting.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ These two methods also apply to any other toolchain available in your system.
7373
The [`prettyplease`](https://github.com/dtolnay/prettyplease) crate is a
7474
minimal formatter for generated code. To format bindings using `prettyplease`
7575
you have to invoke `bindgen` with either the `--formatter=prettyplease` flag or
76-
the the `bindgen::Builder::formatter(bindgen::Formatter::Prettyplease)`. One of
76+
the `bindgen::Builder::formatter(bindgen::Formatter::Prettyplease)`. One of
7777
its advantages is that `prettyplease` can be used in minimal environments where
7878
the Rust toolchain is not installed.
7979

0 commit comments

Comments
 (0)