Skip to content

Commit 3cf1e36

Browse files
authored
Small typo fix
1 parent f94bed9 commit 3cf1e36

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)