Skip to content

Commit a5fe579

Browse files
rkarabutstappersg
authored andcommitted
typos
1 parent 3180de7 commit a5fe579

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ pub fn delay(count: u32) {
5050
}
5151
}
5252

53-
///delay for N miliseconds
53+
///delay for N milliseconds
5454
/// # Arguments
5555
/// * 'ms' - an u32, number of milliseconds to busy-wait
5656
#[inline(always)]
@@ -62,7 +62,7 @@ pub fn delay_ms(ms: u32) {
6262

6363
///delay for N microseconds
6464
/// # Arguments
65-
/// * 'ms' - an u32, number of microseconds to busy-wait
65+
/// * 'us' - an u32, number of microseconds to busy-wait
6666
#[inline(always)]
6767
pub fn delay_us(us: u32) {
6868
// picoseconds

0 commit comments

Comments
 (0)