Skip to content

Commit

Permalink
Fix grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
hsanzg committed Sep 20, 2023
1 parent 420ce81 commit 7bf9333
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -288,13 +288,13 @@ pub struct MotionPlusNormalization {
#[repr(u32)]
#[derive(Copy, Clone, Debug, FromPrimitive)]
pub enum Led {
/// The left-most light.
/// The leftmost light.
One = xwiimote_sys::XWII_LED1,
/// The mid-left light.
Two = xwiimote_sys::XWII_LED2,
/// The mid-right light.
Three = xwiimote_sys::XWII_LED3,
/// The right-most light.
/// The rightmost light.
Four = xwiimote_sys::XWII_LED4,
}

Expand Down

0 comments on commit 7bf9333

Please sign in to comment.