Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion svd-rs/src/peripheral.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ pub struct PeripheralInfo {
)]
pub alternate_peripheral: Option<String>,

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