Skip to content

Commit e362074

Browse files
Merge #538
538: Fix typo in docs r=burrbull a=Javier-varez Co-authored-by: Javier Alvarez <javier.alvarez@allthingsembedded.net>
2 parents f53648c + 9b374fb commit e362074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
//! - `lib.rs`, the generated code.
4242
//!
4343
//! All these files must be included in the same device crate. The `lib.rs` file contains several
44-
//! inlined modules and its not formatted. It's recommend to split it out using the [`form`] tool
44+
//! inlined modules and its not formatted. It's recommended to split it out using the [`form`] tool
4545
//! and then format the output using `rustfmt` / `cargo fmt`:
4646
//!
4747
//! [`form`]: https://crates.io/crates/form

0 commit comments

Comments
 (0)