Skip to content

Commit 9b374fb

Browse files
committed
Fix typo in docs
1 parent f53648c commit 9b374fb

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)