Skip to content

Commit 2a76d46

Browse files
TheZoq2teskje
andauthored
Apply suggestions from code review
Co-authored-by: Jan Teske <jteske@posteo.net>
1 parent 1335eeb commit 2a76d46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gpio.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
//! The resulting [Parts](gpioa/struct.Parts.html) struct contains one field for each
1414
//! pin, as well as some shared registers.
1515
//!
16-
//! To use a pin, first use the relevant `into_...` function in the [pin](gpioa/struct.PA0.html).
16+
//! To use a pin, first use the relevant `into_...` method of the [pin](gpioa/struct.PA0.html).
1717
//!
1818
//! ```rust
1919
//! let pa0 = gpioa.pa0.into_push_pull_output(&mut gpioa.moder, &mut gpioa.otyper);

0 commit comments

Comments
 (0)