Skip to content

Commit 278145a

Browse files
committed
Typo.
1 parent cd5fe0e commit 278145a

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
@@ -17,9 +17,9 @@ pub trait OutputPin {
1717

1818
/// Single digital input pin
1919
pub trait InputPin {
20-
/// Is the output pin high?
20+
/// Is the input pin high?
2121
fn is_high(&self) -> bool;
2222

23-
/// Is the output pin low?
23+
/// Is the input pin low?
2424
fn is_low(&self) -> bool;
2525
}

0 commit comments

Comments
 (0)