Skip to content

Commit dbf815c

Browse files
Apply suggestions from code review
Co-Authored-By: ryankurte <[email protected]>
1 parent bf5ecee commit dbf815c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/digital/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//!
44
//!
55
6-
// Depreciated / infallible traits
6+
// Deprecated / infallible traits
77
#[deprecated(since = "0.2.2", note = "Deprecated because the methods cannot return errors. \
88
Users should use the traits in digital::v2.")]
99
pub mod v1;

src/digital/v2.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! Digital I/O
22
//!
3-
//! Version 2 / fallible traits. Infallable implementations should set Error to `!`.
3+
//! Version 2 / fallible traits. Infallible implementations should set Error to `!`.
44
55
/// Single digital push-pull output pin
66
pub trait OutputPin {

0 commit comments

Comments
 (0)