Skip to content

Commit

Permalink
Merge pull request #121 from spenserblack/patch-1
Browse files Browse the repository at this point in the history
Fix doc comment typo
  • Loading branch information
amstan authored Oct 24, 2024
2 parents 310fefa + 42f127c commit ed10230
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 ed10230

Please sign in to comment.