Skip to content

Commit acdce90

Browse files
Morgan RoffMorganR
Morgan Roff
authored andcommitted
Update IoPin documentation
1 parent 73c6c8b commit acdce90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/digital.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,8 @@ pub trait InputPin {
177177

178178
/// Single pin that can switch from input to output mode, and vice-versa.
179179
///
180-
/// Example use (assumes the `Error` type is the same for `InputPin`, and
181-
/// `OutputPin`):
180+
/// Example use (assumes the `Error` type is the same for the `IoPin`,
181+
/// `InputPin`, and `OutputPin`):
182182
///
183183
/// ```
184184
/// use core::time::Duration;

0 commit comments

Comments
 (0)