Skip to content

Commit a468ee4

Browse files
committed
Fix typo in documentation
1 parent db09d73 commit a468ee4

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
@@ -50,7 +50,7 @@
5050
//! You can find platform agnostic drivers built on top of `embedded-hal` on crates.io by [searching
5151
//! for the *embedded-hal* keyword](https://crates.io/keywords/embedded-hal).
5252
//!
53-
//! If you writing a platform agnostic driver yourself you are highly encouraged to [add the
53+
//! If you are writing a platform agnostic driver yourself you are highly encouraged to [add the
5454
//! embedded-hal keyword](https://doc.rust-lang.org/cargo/reference/manifest.html#package-metadata)
5555
//! to your crate before publishing it!
5656
//!

0 commit comments

Comments
 (0)