Skip to content

Commit

Permalink
Fixed line wrapping in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Em Shotton committed Aug 22, 2024
1 parent 0c9e3cb commit ce84647
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ pub enum ComparatorLatching {
///
/// The asserted ALERT/RDY pin remains latched until conversion data are
/// read by the controller or an appropriate SMBus alert response is sent by
/// the controller. The device responds with its address, and it is the lowest
/// address currently asserting the ALERT/RDY bus line.
/// the controller. The device responds with its address, and it is the
/// lowest address currently asserting the ALERT/RDY bus line.
Latching,
}

Expand Down

0 comments on commit ce84647

Please sign in to comment.