We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf5ecee commit dbf815cCopy full SHA for dbf815c
src/digital/mod.rs
@@ -3,7 +3,7 @@
3
//!
4
5
6
-// Depreciated / infallible traits
+// Deprecated / infallible traits
7
#[deprecated(since = "0.2.2", note = "Deprecated because the methods cannot return errors. \
8
Users should use the traits in digital::v2.")]
9
pub mod v1;
src/digital/v2.rs
@@ -1,6 +1,6 @@
1
//! Digital I/O
2
-//! Version 2 / fallible traits. Infallable implementations should set Error to `!`.
+//! Version 2 / fallible traits. Infallible implementations should set Error to `!`.
/// Single digital push-pull output pin
pub trait OutputPin {
0 commit comments