Skip to content

Commit

Permalink
docs: fix minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ccbrown committed Oct 17, 2024
1 parent 76d8fc1 commit e412e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/iocraft/src/element.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ impl ElementKey {
}
}

/// An element is a description of an uninstantiated components, including its key and properties.
/// An element is a description of an uninstantiated component, including its key and properties.
#[derive(Clone)]
pub struct Element<'a, T: ElementType + 'a> {
/// The key of the element.
Expand Down

0 comments on commit e412e99

Please sign in to comment.