Skip to content

Commit 13d9b2f

Browse files
committed
Expand iff and reword last sentence
Signed-off-by: Daniel Egger <[email protected]>
1 parent dc7e636 commit 13d9b2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/asm.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ pub fn bkpt() {
3131
///
3232
/// NOTE that the delay can take much longer if interrupts are serviced during its execution
3333
/// and the execution time may vary with other factors. This delay is mainly useful for simple
34-
/// timer-less initialization of peripherals iff accurate timing is not essential. In any other
35-
/// case please use more accurate methods to cause a delay.
34+
/// timer-less initialization of peripherals if and only if accurate timing is not essential. In
35+
/// any other case please use a more accurate method to produce a delay.
3636
#[inline]
3737
pub fn delay(_n: u32) {
3838
// NOTE(divide by 4) is easier to compute than `/ 3` because it's just a shift (`>> 2`).

0 commit comments

Comments
 (0)