Skip to content

Commit 60a3b60

Browse files
authored
Merge pull request #292 from diondokter/patch-1
Small typo fix
2 parents f94bed9 + 3cf1e36 commit 60a3b60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

svd-rs/src/peripheral.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ pub struct PeripheralInfo {
6060
)]
6161
pub alternate_peripheral: Option<String>,
6262

63-
/// Assigns this peripheral to a group of peripherals. This is only used bye the System View
63+
/// Assigns this peripheral to a group of peripherals. This is only used by the System View
6464
#[cfg_attr(
6565
feature = "serde",
6666
serde(default, skip_serializing_if = "Option::is_none")

0 commit comments

Comments
 (0)