Skip to content

Commit

Permalink
Fix doc comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
spenserblack authored Oct 23, 2024
1 parent 310fefa commit 42f127c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fl16-inputmodules/src/matrix.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pub struct LedmatrixState {
pub sleeping: SleepState,
/// State of the current game, if any
pub game: Option<GameState>,
/// Animation perios in microseconds
/// Animation period in microseconds
pub animation_period: u64,
/// Current LED PWM frequency
pub pwm_freq: PwmFreqArg,
Expand Down

0 comments on commit 42f127c

Please sign in to comment.