Skip to content

Commit ed10230

Browse files
authored
Merge pull request #121 from spenserblack/patch-1
Fix doc comment typo
2 parents 310fefa + 42f127c commit ed10230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fl16-inputmodules/src/matrix.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ pub struct LedmatrixState {
3737
pub sleeping: SleepState,
3838
/// State of the current game, if any
3939
pub game: Option<GameState>,
40-
/// Animation perios in microseconds
40+
/// Animation period in microseconds
4141
pub animation_period: u64,
4242
/// Current LED PWM frequency
4343
pub pwm_freq: PwmFreqArg,

0 commit comments

Comments
 (0)