Skip to content

Commit 4960408

Browse files
committed
Fix docu typo of SampleTime
1 parent 2738652 commit 4960408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/adc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ pub enum SampleTime {
7272
}
7373

7474
impl Default for SampleTime {
75-
/// [`SampelTime::Cycles1C5`] is also the reset value.
75+
/// [`SampleTime::Cycles1C5`] is also the reset value.
7676
fn default() -> Self {
7777
SampleTime::Cycles1C5
7878
}

0 commit comments

Comments
 (0)